diff options
author | tron <tron> | 1998-10-31 00:23:34 +0000 |
---|---|---|
committer | tron <tron> | 1998-10-31 00:23:34 +0000 |
commit | db6f68756fe66c90dc3b8ca43f22e9085c5775ee (patch) | |
tree | a7eda5b533674dd0917d0e51d189a9961fcfa05a /emulators/linux_SuSE | |
parent | 96b571c31d341f8348cfbc43771c5ad6f194b509 (diff) | |
download | pkgsrc-db6f68756fe66c90dc3b8ca43f22e9085c5775ee.tar.gz |
Add a "@" before command in "post-install".
Diffstat (limited to 'emulators/linux_SuSE')
-rw-r--r-- | emulators/linux_SuSE/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linux_SuSE/Makefile b/emulators/linux_SuSE/Makefile index 7bbecf02372..6f4da5bf58e 100644 --- a/emulators/linux_SuSE/Makefile +++ b/emulators/linux_SuSE/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1998/10/31 00:18:47 tron Exp $ +# $NetBSD: Makefile,v 1.2 1998/10/31 00:23:34 tron Exp $ DISTNAME= SuSE-5.3 PKGNAME= linux_SuSE-5.3 @@ -77,6 +77,6 @@ do-install: @${EMULDIR}/sbin/ldconfig -r ${EMULDIR} || ${TRUE} post-install: - ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL + @${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL .include "../../mk/bsd.pkg.mk" |