diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-06-25 02:23:04 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-06-25 02:45:09 -0300 |
commit | e029bd5f834a5973ba3be45fd06eed911f26477b (patch) | |
tree | 4bedbfd71567d7eb478d5fc9b03f525da5664f30 /config | |
parent | 8e670c23359134af39b1c97173895c09948c2acb (diff) |
revert changes on config
* fix package extension on PKGEXT variable, because it's generating a bug
(e.g. "ERROR Package... already exists in another repository") on all
the packages that are being uploaded to the staging folder.
Diffstat (limited to 'config')
-rw-r--r-- | config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ OURARCHES=(mips64el) ARCHES=(${ARCHARCHES[@]} ${OURARCHES[@]}) DBEXT=".db.tar.gz" FILESEXT=".files.tar.gz" -PKGEXT=".pkg.tar.?z" +PKGEXT=".pkg.tar.xz" SRCEXT=".src.tar.gz" MAKEPKGCONF="~/.makepkg.conf" |