summaryrefslogtreecommitdiff
path: root/librerepkg
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-05-22 11:04:04 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-05-22 11:04:04 -0300
commit162fb6af8d91a83b4e270a1c7e0b94f0cf821d87 (patch)
treec6a321043225b9fc55a8530ac28c090b1dcb7702 /librerepkg
parentbf87a77517cb5d960865faaf820decaa338c4f63 (diff)
LibreRePkg just uses makepkg
Diffstat (limited to 'librerepkg')
-rwxr-xr-xlibrerepkg4
1 files changed, 2 insertions, 2 deletions
diff --git a/librerepkg b/librerepkg
index 79a3e1d..ba8dea1 100755
--- a/librerepkg
+++ b/librerepkg
@@ -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}"