summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.am
diff options
context:
space:
mode:
authorAndrew Gregory <andrew.gregory.8@gmail.com>2016-12-09 17:14:03 +0100
committerAllan McRae <allan@archlinux.org>2017-01-04 04:59:14 +0100
commit36eb35cacd9282fb063ed181b8754ef679ee302a (patch)
treeeb7f41c3d774ea50626b6d4db90ac7093b7499f5 /scripts/Makefile.am
parent2c4511bdbe3599713811e54edbbd60e51d66ce3e (diff)
downloadpacman-36eb35cacd9282fb063ed181b8754ef679ee302a.tar.gz
pacman-36eb35cacd9282fb063ed181b8754ef679ee302a.tar.xz
makepkg: warn about dotfiles in package root
libalpm reserves paths starting with '.' for its own use and will not extract any other than those it recognizes. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r--scripts/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 41a9f5da..4bb08a24 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -58,6 +58,7 @@ LIBMAKEPKG_IN = \
libmakepkg/integrity/verify_signature.sh \
libmakepkg/lint_package.sh \
libmakepkg/lint_package/build_references.sh \
+ libmakepkg/lint_package/dotfiles.sh \
libmakepkg/lint_package/file_names.sh \
libmakepkg/lint_package/missing_backup.sh \
libmakepkg/lint_pkgbuild.sh \