summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-11-12 18:54:52 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-11-12 18:54:52 -0500
commit749e8295844160ba96f0a67cab1a0799a5a81a24 (patch)
tree97394447f2ed24a4a17688a8aa7105b51435ef17 /src
parent911eacc4274ef1f9ce3b78833a0cd4e4a81d440f (diff)
libremakepkg: touch up brackets
Diffstat (limited to 'src')
-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 69e8998..a146627 100755
--- a/src/chroot-tools/libremakepkg
+++ b/src/chroot-tools/libremakepkg
@@ -130,7 +130,7 @@ main() {
unset CLEANFIRST UPDATEFIRST librechroot_args
- makechrootpkg "${makechrootpkg_args[@]}" -d -r "$CHROOTDIR/${CHROOT}" -l "$CHROOTCOPY"
+ makechrootpkg "${makechrootpkg_args[@]}" -d -r "$CHROOTDIR/$CHROOT" -l "$CHROOTCOPY"
ev=$? # exit value
copy_log
exit $ev