summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libalpm/package.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libalpm/package.c b/lib/libalpm/package.c
index 16166691..8a3f6ea1 100644
--- a/lib/libalpm/package.c
+++ b/lib/libalpm/package.c
@@ -610,6 +610,9 @@ pmpkg_t *_alpm_pkg_load(const char *pkgfile)
close(fd);
filelist = 1;
continue;
+ } else if(*entry_name == '.') {
+ /* for now, ignore all files starting with '.' that haven't
+ * already been handled (for future possibilities) */
} else {
scriptcheck = 1;
/* Keep track of all files so we can generate a filelist later if missing */