summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-05-03 00:03:42 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-05-03 00:03:42 -0400
commit0db5eebebe64db0d8c3b29b629b066a3909aa61d (patch)
tree8834f4dd504accd74c62d88f57903e6a264d28f6
parentde0e69a1b516a4fd884e0add34bb6a200b83d680 (diff)
libremakepkg: fix -R flagtesting-20130503
-rwxr-xr-xsrc/chroot-tools/libremakepkg2
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