summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.am
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2010-06-30 05:29:26 +0200
committerDan McGee <dan@archlinux.org>2010-06-30 15:27:29 +0200
commit0ea52e3a4f698ce3b1c90881a2b2eaa56625f261 (patch)
tree5512abce4be98990da7bc0c6467ac4200d5e3868 /scripts/Makefile.am
parent8b23aa172f6229dd82c381704d4802d9747e118b (diff)
downloadpacman-0ea52e3a4f698ce3b1c90881a2b2eaa56625f261.tar.gz
pacman-0ea52e3a4f698ce3b1c90881a2b2eaa56625f261.tar.xz
makepkg: try standard paths for coreutils du
Attempt to find "du" from coreutils in the standard paths and if not revert to the version in the users PATH. Using the full path prevents issues such as FS#19932, where a different and incompatible version of du is put earlier in the users path. 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 330acb98..0fde3345 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -42,6 +42,7 @@ edit = sed \
-e 's|@BUILDSCRIPT[@]|$(BUILDSCRIPT)|g' \
-e 's|@SIZECMD[@]|$(SIZECMD)|g' \
-e 's|@SEDINPLACE[@]|$(SEDINPLACE)|g' \
+ -e 's|@DUPATH[@]|$(DUPATH)|g' \
-e 's|@configure_input[@]|Generated from $@.in; do not edit by hand.|g'
## All the scripts depend on Makefile so that they are rebuilt when the