summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.am
diff options
context:
space:
mode:
authorAndrew Gregory <andrew.gregory.8@gmail.com>2016-11-05 23:08:17 +0100
committerAllan McRae <allan@archlinux.org>2016-12-05 06:20:08 +0100
commite3e9cc14a52062e2c3e0f4e2c4c6dec8efc68be4 (patch)
treeefa36fdf703f3e055b22aaf6a4cf96b28ac846ee /scripts/Makefile.am
parent5dd764eb47e0109407702a4064e74dc25df3c982 (diff)
downloadpacman-e3e9cc14a52062e2c3e0f4e2c4c6dec8efc68be4.tar.gz
pacman-e3e9cc14a52062e2c3e0f4e2c4c6dec8efc68be4.tar.xz
makepkg: reject packages with newlines in paths
libalpm's local database format does not support paths with newlines. 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 1ce460d1..41a9f5da 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/file_names.sh \
libmakepkg/lint_package/missing_backup.sh \
libmakepkg/lint_pkgbuild.sh \
libmakepkg/lint_pkgbuild/arch.sh \