diff options
author | jmmv <jmmv> | 2003-04-17 21:54:37 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-04-17 21:54:37 +0000 |
commit | 6f7df8ec329bb07ede32cb2716b345d2d0272568 (patch) | |
tree | 442c0fd67104fc7a1f841076e98d74db681e41d0 /emulators | |
parent | acd326ad74de4d2c053d42443beceaeaa3914b5d (diff) | |
download | pkgsrc-6f7df8ec329bb07ede32cb2716b345d2d0272568.tar.gz |
Remove some spaces in the "[Automatic Linux shared object handling]"
message, to match all other "===>"-type messages.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse_linux/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse_linux/Makefile.common b/emulators/suse_linux/Makefile.common index 3672f92e22f..88004a5682f 100644 --- a/emulators/suse_linux/Makefile.common +++ b/emulators/suse_linux/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.15 2003/03/26 04:05:47 jschauma Exp $ +# $NetBSD: Makefile.common,v 1.16 2003/04/17 21:54:37 jmmv Exp $ SUSE_VERSION= 7.3 @@ -47,7 +47,7 @@ do-install: fi ${RPM2PKG} ${RPM2PKGARGS} @if ${GREP} -q 'lib.*\.so' ${PLIST_SRC}; then \ - ${ECHO_MSG} "===> [Automatic Linux shared object handling]"; \ + ${ECHO_MSG} "===> [Automatic Linux shared object handling]"; \ ${EMULDIR}/sbin/ldconfig -r ${EMULDIR}; \ ${ECHO} "@exec %D/${EMULSUBDIR}/sbin/ldconfig -r %D/${EMULSUBDIR}" >>${PLIST_SRC}; \ ${ECHO} "@unexec %D/${EMULSUBDIR}/sbin/ldconfig -r %D/${EMULSUBDIR} 2>/dev/null" >>${PLIST_SRC}; \ |