diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-05-22 11:04:04 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-05-22 11:04:04 -0300 |
commit | 162fb6af8d91a83b4e270a1c7e0b94f0cf821d87 (patch) | |
tree | c6a321043225b9fc55a8530ac28c090b1dcb7702 /librerepkg | |
parent | bf87a77517cb5d960865faaf820decaa338c4f63 (diff) |
LibreRePkg just uses makepkg
Diffstat (limited to 'librerepkg')
-rwxr-xr-x | librerepkg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -55,6 +55,6 @@ stdnull "pushd ${tempdir}" mv rePKGBUILD PKGBUILD msg2 "Updating md5sums" makepkg -g >> PKGBUILD -msg "Repackaging using libremakepkg" -sudo libremakepkg -cu -L +msg "Repackaging using makepkg" +makepkg -Lc stdnull "popd ${tempdir}" |