summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-10-31 00:23:34 +0000
committertron <tron@pkgsrc.org>1998-10-31 00:23:34 +0000
commite3e3123e6d80eed6b199ce8f6157f6969e965df4 (patch)
treea7eda5b533674dd0917d0e51d189a9961fcfa05a /emulators
parentb42672d32a5aa2171e26c9785f19d2fd63d8f402 (diff)
downloadpkgsrc-e3e3123e6d80eed6b199ce8f6157f6969e965df4.tar.gz
Add a "@" before command in "post-install".
Diffstat (limited to 'emulators')
-rw-r--r--emulators/linux_SuSE/Makefile4
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"