From 593ce8e22329e01a7acbb0c6ddcb22a7b253402d Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Mon, 23 Nov 2015 04:04:47 +0100 Subject: Incorporate Makefile patch from port --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0dd9501..1ca70fe 100755 --- a/Makefile +++ b/Makefile @@ -9,10 +9,10 @@ all: install: mkdir -p ${DST}/etc/ezjail/ ${DST}/man/man5/ ${DST}/man/man7 ${DST}/man/man8 ${DST}/etc/rc.d/ ${DST}/bin/ ${DST}/share/examples/ezjail ${DST}/share/zsh/site-functions - cp ezjail.conf.sample ${DST}/etc/ cp -R examples/example ${DST}/share/examples/ezjail/ cp -R examples/nullmailer-example ${DST}/share/examples/ezjail/ cp -R share/zsh/site-functions/ ${DST}/share/zsh/site-functions/ + sed s:EZJAIL_PREFIX:${PREFIX}: ezjail.conf.sample > ${DST}/etc/ezjail.conf.sample sed s:EZJAIL_PREFIX:${PREFIX}: ezjail.sh > ${DST}/etc/rc.d/ezjail sed s:EZJAIL_PREFIX:${PREFIX}: ezjail-admin > ${DST}/bin/ezjail-admin sed s:EZJAIL_PREFIX:${PREFIX}: man8/ezjail-admin.8 > ${DST}/man/man8/ezjail-admin.8 -- cgit v1.2.3