Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/etc
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2013-07-22 01:56:25 +0400
committerBryan Drewery <bryan@shatow.net>2013-07-22 01:56:25 +0400
commitc3c02ba299dd016ca639b81e349f9987bcbf1682 (patch)
tree1f3ba4a7166f9fd82e918626d22d0630e8c2e27d /src/etc
parentad3265f8cc149322115026abb621fae71e8c6808 (diff)
Respect DESTDIR
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/poudriere.d/hooks/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/poudriere.d/hooks/Makefile b/src/etc/poudriere.d/hooks/Makefile
index 392f8e57..069ceafd 100644
--- a/src/etc/poudriere.d/hooks/Makefile
+++ b/src/etc/poudriere.d/hooks/Makefile
@@ -7,6 +7,6 @@ FILES= pkgbuild.sh.sample \
bulk.sh.sample
beforeinstall:
- mkdir -p ${FILESDIR}
+ mkdir -p ${DESTDIR}${FILESDIR}
.include <bsd.prog.mk>