diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-02-04 13:15:32 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-02-04 13:15:32 -0300 |
commit | 5ab36af3c7a505ff40bb8ca46ec387b94d85cbdf (patch) | |
tree | 7fc5f58c3e9860deaef4df87f4d3c7bbdd7f06ab | |
parent | 971e5b7d0cd614e1be3a82380ef16911f2d9cefe (diff) |
Create a repo by default, add [repo] to CHROOT/etc/pacman.conf to use it
-rwxr-xr-x | libremakepkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libremakepkg b/libremakepkg index 99ab1a4..06500d2 100755 --- a/libremakepkg +++ b/libremakepkg @@ -118,7 +118,7 @@ fi unset CLEANFIRST UPDATEFIRST LIBRECHROOT_ARGS -makechrootpkg -r "$CHROOTDIR" -l "$CHROOT" "$MAKEPKG_ARGS" +makechrootpkg -d -r "$CHROOTDIR" -l "$CHROOT" "$MAKEPKG_ARGS" ev="$?" # exit value copy_log |