diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-02-21 16:54:10 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-02-21 16:54:10 +0100 |
commit | de0c93a652333b242e7ea282110619f25de7be8d (patch) | |
tree | 172a09b74679082c6655a78237107692b0a4c857 /config | |
parent | dea6954635ff0eccd116c384065c1ad745fcd1d2 (diff) | |
download | dbscripts-de0c93a652333b242e7ea282110619f25de7be8d.tar.gz dbscripts-de0c93a652333b242e7ea282110619f25de7be8d.tar.xz |
Accept any *.pkg.tar.* package file name
With this patch packages with different compressions are accepted. It is
ensured that one cannot have the same package with different compression
extensions.
The new functions getpkgfile{,s} are used to sanitize globed filenames.
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
Diffstat (limited to 'config')
-rw-r--r-- | config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ TMPDIR="/srv/tmp" ARCHES=(i686 x86_64) BUILDSCRIPT="PKGBUILD" DBEXT=".db.tar.gz" -PKGEXT=".pkg.tar.gz" +PKGEXT=".pkg.tar.*" SRCEXT=".src.tar.gz" # Allowed licenses: get sourceballs only for licenses in this array |