diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-03 00:03:42 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-03 00:03:42 -0400 |
commit | 0db5eebebe64db0d8c3b29b629b066a3909aa61d (patch) | |
tree | 8834f4dd504accd74c62d88f57903e6a264d28f6 /src | |
parent | de0e69a1b516a4fd884e0add34bb6a200b83d680 (diff) |
libremakepkg: fix -R flagtesting-20130503
Diffstat (limited to 'src')
-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 |