Create conf-destdir.
This commit is contained in:
parent
3920d92714
commit
69d933a3b1
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: djbware.mk,v 1.22 2008/05/20 19:39:48 tnn Exp $
|
||||
# $NetBSD: djbware.mk,v 1.23 2010/03/15 17:27:32 schmonz Exp $
|
||||
#
|
||||
# Makefile fragment for packages with djb-style build machinery
|
||||
#
|
||||
|
@ -57,6 +57,7 @@ INSTALL_TARGET?= setup check ${DJB_INSTALL_TARGETS}
|
|||
do-configure:
|
||||
${RUN}cd ${DJB_CONFIG_DIR}; \
|
||||
for i in conf-*; do ${CP} $${i} $${i}.orig_dist; done; \
|
||||
${ECHO} ${DESTDIR:Q}${DJB_CONFIG_PREFIX:Q} > conf-destdir; \
|
||||
[ -f ${DJB_CONFIG_HOME} ] && \
|
||||
${ECHO} ${DJB_CONFIG_PREFIX} > ${DJB_CONFIG_HOME}; \
|
||||
[ -f conf-cc ] && \
|
||||
|
|
Loading…
Reference in a new issue