From 780862a6ece30840523d91328f1945cf3edf2cfe Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Tue, 18 May 2010 19:24:17 +0200 Subject: [PATCH] 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. --- pkgutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgutil.h b/pkgutil.h index 30b41f84..480c25d8 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"