diff options
-rwxr-xr-x | src/chroot-tools/libremakepkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chroot-tools/libremakepkg b/src/chroot-tools/libremakepkg index f4fc452..b8cdca1 100755 --- a/src/chroot-tools/libremakepkg +++ b/src/chroot-tools/libremakepkg @@ -299,7 +299,7 @@ main() { check_pkgbuild $INCHROOT || chroot_copy_in "$copydir" - extract + $repack || extract check_src build check_pkg |