From: Tilman Sauerbeck Date: Tue, 18 May 2010 17:24:17 +0000 (+0200) Subject: Be less strict about the package name suffix. X-Git-Url: http://gitweb/?a=commitdiff_plain;h=780862a6ece30840523d91328f1945cf3edf2cfe;p=pkgutils-cross.git Be less strict about the package name suffix. Note that we never made sure that the string in PKG_EXT really is the final part of the filename. --- diff --git a/pkgutil.h b/pkgutil.h index 30b41f8..480c25d 100644 --- a/pkgutil.h +++ b/pkgutil.h @@ -33,7 +33,7 @@ #include #include -#define PKG_EXT ".pkg.tar.gz" +#define PKG_EXT ".pkg.tar." #define PKG_DIR "var/lib/pkg" #define PKG_DB "var/lib/pkg/db" #define PKG_REJECTED "var/lib/pkg/rejected"