summaryrefslogtreecommitdiff
path: root/pkgutil.h
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@crux.nu>2010-05-18 19:24:17 +0200
committerTilman Sauerbeck <tilman@crux.nu>2010-05-18 19:24:17 +0200
commit780862a6ece30840523d91328f1945cf3edf2cfe (patch)
tree1466baec917f4b690127ac720b087cedca5b9e69 /pkgutil.h
parenta09b143460d8671137445f05a8733be8f69c20ce (diff)
downloadpkgutils-780862a6ece30840523d91328f1945cf3edf2cfe.tar.gz
pkgutils-780862a6ece30840523d91328f1945cf3edf2cfe.tar.xz
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.
Diffstat (limited to 'pkgutil.h')
-rw-r--r--pkgutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgutil.h b/pkgutil.h
index 30b41f84..480c25d8 100644
--- a/pkgutil.h
+++ b/pkgutil.h
@@ -33,7 +33,7 @@
#include <sys/types.h>
#include <dirent.h>
-#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"

Generated by cgit