From 96a0b44e6b8de4b3f64af7ca5078ae7c52ea4aeb Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Tue, 20 May 2003 16:53:20 +0000 Subject: Fix installation of ${PREFIX}/etc/rc.d/000.wine.sh, fixing a problem introduced by the previous revision. Submitted by: petef --- emulators/wine-devel/Makefile | 2 +- emulators/wine/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators') diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index fa41aedb7ab3..aede8db9dd7b 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -94,6 +94,6 @@ do-install: @${SED} s+%%PREFIX%%+${PREFIX}+g <${PKGMESSAGE} post-install: - @$INSTALL_SCRIPT} ${WRKSRC}/wine.sh > ${PREFIX}/etc/rc.d/000.wine.sh + @${INSTALL_SCRIPT} ${WRKSRC}/wine.sh ${PREFIX}/etc/rc.d/000.wine.sh .include diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index fa41aedb7ab3..aede8db9dd7b 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -94,6 +94,6 @@ do-install: @${SED} s+%%PREFIX%%+${PREFIX}+g <${PKGMESSAGE} post-install: - @$INSTALL_SCRIPT} ${WRKSRC}/wine.sh > ${PREFIX}/etc/rc.d/000.wine.sh + @${INSTALL_SCRIPT} ${WRKSRC}/wine.sh ${PREFIX}/etc/rc.d/000.wine.sh .include -- cgit v1.2.3