# HG changeset patch # User Franz Glasner # Date 1565902432 -7200 # Node ID 42e7af4ea5709e236d1c555a3db33b4dcd9532f9 # Parent 5aab3a28895f97e1c4466c6e23242737df503256 Put bin/fjail into the built package diff -r 5aab3a28895f -r 42e7af4ea570 Makefile --- a/Makefile Thu Aug 15 17:52:06 2019 +0200 +++ b/Makefile Thu Aug 15 22:53:52 2019 +0200 @@ -30,7 +30,7 @@ do-extract: ${MKDIR} ${WRKSRC}/bin -.for _rp in bin/check-ports +.for _rp in bin/check-ports bin/fjail ${CP} -v ${SRC}/${_rp} ${WRKSRC}/${_rp} ${SED} -i "" -E -e "s|\\\$$Date\\\$$|\$$Date: ${HGDATE} \$$|" ${WRKSRC}/${_rp} ${SED} -i "" -E -e "s|\\\$$Revision\\\$$|\$$Revision: ${HGREVISION} \$$|" ${WRKSRC}/${_rp} @@ -50,7 +50,7 @@ .endfor do-install: -.for _rp in bin/check-ports +.for _rp in bin/check-ports bin/fjail ${INSTALL_SCRIPT} ${WRKSRC}/${_rp} ${STAGEDIR}${PREFIX}/${_rp} .endfor ${MKDIR} ${STAGEDIR}${ETCDIR} diff -r 5aab3a28895f -r 42e7af4ea570 pkg-plist --- a/pkg-plist Thu Aug 15 17:52:06 2019 +0200 +++ b/pkg-plist Thu Aug 15 22:53:52 2019 +0200 @@ -2,4 +2,5 @@ @dir %%ETCDIR%% @comment FILES bin/check-ports +bin/fjail @sample %%ETCDIR%%/package-mapping.conf.sample