summaryrefslogtreecommitdiff
path: root/libremakepkg
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-10 15:38:47 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-10 15:38:47 -0300
commit0c4dc836d71282e2035680a4c8e165e66a8ac928 (patch)
treeaedb313e5e1e34e4622e08d27ad7ad79d9fe131a /libremakepkg
parent1873a2f71e77ffbd46258474851600bdb1ecc297 (diff)
parentf6ea811fbc6f449c225a0ddd0de5dbce07696c0b (diff)
Merge branch 'master' of ssh://gparabola/libretools
Diffstat (limited to 'libremakepkg')
-rwxr-xr-xlibremakepkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/libremakepkg b/libremakepkg
index 7db0e3c..f7924f6 100755
--- a/libremakepkg
+++ b/libremakepkg
@@ -24,7 +24,7 @@
function copy_log { # copy logs if they exist
- find "${CHROOTDIR}/${CHROOT}/build/" -name "*\.log" -exec cp {} ./ \;
+ find "${CHROOTDIR}/${CHROOT}/build/" -maxdepth 1 -name "*\.log" -exec cp {} ./ \;
}