diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-03-16 21:21:28 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-03-16 21:21:28 -0300 |
commit | b5c7d749c484eef82315872895d53b5cf7f97f66 (patch) | |
tree | 585645af6c27a9a7bc11a3b2b7891ff6baf79f3f /libremakepkg | |
parent | 27b946270520befdb810dba04cfa0e7cab9a6bf9 (diff) | |
parent | da785c8272457a70f21942bf4943bfc69f4fbeb8 (diff) |
Merge branch 'fauno' of ssh://gparabola/libretools into fauno
Diffstat (limited to 'libremakepkg')
-rwxr-xr-x | libremakepkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libremakepkg b/libremakepkg index 44c0d29..7db0e3c 100755 --- a/libremakepkg +++ b/libremakepkg @@ -118,7 +118,7 @@ fi unset CLEANFIRST UPDATEFIRST LIBRECHROOT_ARGS -makechrootpkg -d -r "$CHROOTDIR" -l "$CHROOT" $MAKEPKG_ARGS +makechrootpkg -d -r "$CHROOTDIR" -l "$CHROOT" -- $MAKEPKG_ARGS ev="$?" # exit value copy_log |