diff options
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2016-12-09 11:14:03 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2017-01-04 13:59:14 +1000 |
commit | 36eb35cacd9282fb063ed181b8754ef679ee302a (patch) | |
tree | eb7f41c3d774ea50626b6d4db90ac7093b7499f5 /scripts/po | |
parent | 2c4511bdbe3599713811e54edbbd60e51d66ce3e (diff) | |
download | 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/po')
-rw-r--r-- | scripts/po/POTFILES.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/po/POTFILES.in b/scripts/po/POTFILES.in index 4f47fc3b..7cc6a031 100644 --- a/scripts/po/POTFILES.in +++ b/scripts/po/POTFILES.in @@ -14,6 +14,7 @@ scripts/libmakepkg/integrity/verify_checksum.sh.in scripts/libmakepkg/integrity/verify_signature.sh.in scripts/libmakepkg/lint_package.sh.in scripts/libmakepkg/lint_package/build_references.sh.in +scripts/libmakepkg/lint_package/dotfiles.sh.in scripts/libmakepkg/lint_package/file_names.sh.in scripts/libmakepkg/lint_package/missing_backup.sh.in scripts/libmakepkg/lint_pkgbuild.sh.in |