diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-04-09 13:28:36 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-04-09 13:28:36 -0300 |
commit | 2a7f3dbbda2bc68ed21813b7d672ee2c32ae9ac7 (patch) | |
tree | 128883c97a88bc7a69a64c8b947d18f3345c4c49 /libremakepkg | |
parent | e65a1c3238933e4f2909d34f11dc4fce3509a6fb (diff) | |
parent | 7db00e8e126f890cca5f742238ef438b7d418d28 (diff) |
Merge branch 'master' of http://projects.parabolagnulinux.org/libretools
Diffstat (limited to 'libremakepkg')
-rwxr-xr-x | libremakepkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libremakepkg b/libremakepkg index 8678e9a..f7924f6 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 |