diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2010-11-04 13:04:47 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2010-11-04 13:04:47 -0300 |
commit | 90fd2556f0905fc370ebc3823afca21be2387b0b (patch) | |
tree | 54f39a302e6556be5184d28bbc4162186a86502e /libremakepkg | |
parent | 133a65ceff1acd173c08dadb9cfc88d743041f0a (diff) |
libremakepkg fix
librerelease fixed moving old packages
Diffstat (limited to 'libremakepkg')
-rwxr-xr-x | libremakepkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libremakepkg b/libremakepkg index 7197816..1053872 100755 --- a/libremakepkg +++ b/libremakepkg @@ -26,7 +26,7 @@ fi source /etc/libretools.conf echo "Updating the main chroot" -mkarchroot -u -c ${CACHEDIR} ${CHROOTDIR}/${CHROOT} +mkarchroot -u -c ${CACHEDIR} -- ${CHROOTDIR}/${CHROOT} echo "Creating the package" makechrootpkg -c -r ${CHROOTDIR} -l ${CHCOPY} -- $@ |