diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-04-09 13:28:32 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-04-09 13:28:32 -0300 |
commit | e65a1c3238933e4f2909d34f11dc4fce3509a6fb (patch) | |
tree | 696e13140c7bf1665e7445084056f5f50551ed37 /libremakepkg | |
parent | 27b946270520befdb810dba04cfa0e7cab9a6bf9 (diff) |
Copy makepkg logs only
Diffstat (limited to 'libremakepkg')
-rwxr-xr-x | libremakepkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libremakepkg b/libremakepkg index 44c0d29..8678e9a 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 {} ./ \; } |