diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-20 23:09:02 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-20 23:09:02 -0300 |
commit | 59b03ff6bb15a5163604ad8ba344a8fd2f664826 (patch) | |
tree | b780564f9857e372ba81091973d96b2ded99f14e /libremakepkg | |
parent | 7d2a691276f60e10c59204631f06fa9c5d6a1c25 (diff) | |
parent | 702cc20bd94cdb2939e0c163e8e9671c920c5b19 (diff) |
Merge branch 'master' of ssh://vparabola/srv/git/projects/libretools
Conflicts:
fullpkg
Diffstat (limited to 'libremakepkg')
-rwxr-xr-x | libremakepkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libremakepkg b/libremakepkg index 58dc352..2226f81 100755 --- a/libremakepkg +++ b/libremakepkg @@ -89,7 +89,7 @@ msg "Creating the package" makechrootpkg $_CLEAN -r ${CHROOTDIR} -l "${chrootname}" $_PKGINSTALL -- $_MAKEPKG_ARGS ev=$? # exit value -[ $ev -ne 0 -a "$use_log" == 'y' -a -e ${CHROOTDIR}/${chrootname}/build/*.log ] && { +[ "$use_log" == 'y' -a -e ${CHROOTDIR}/${chrootname}/build/*.log ] && { cp ${CHROOTDIR}/${chrootname}/build/*.log ./ } exit $ev |