summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-12-31 16:39:09 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-12-31 16:39:09 -0500
commitcee8f02712f72cb64633ec872a0208995d4c6fc4 (patch)
treecac0caa96ebfaae0ffce6ba494151e2eeaad8b42
parent5dfcf97c54da649391d74c5bfc1f46c78a075081 (diff)
Fix renamed variable in libremakepkg (s/CHROOTNAME/CHROOT/)
-rwxr-xr-xlibremakepkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/libremakepkg b/libremakepkg
index 9af487f..99ab1a4 100755
--- a/libremakepkg
+++ b/libremakepkg
@@ -24,7 +24,7 @@
function copy_log { # copy logs if they exist
- find "${CHROOTDIR}/${CHROOTNAME}/build/" -name "*\.log" -exec cp {} ./ \;
+ find "${CHROOTDIR}/${CHROOT}/build/" -name "*\.log" -exec cp {} ./ \;
}