diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-04-17 21:54:37 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-04-17 21:54:37 +0000 |
commit | 6f71dd497fa9fcd157023d59917e7fb0f883c7fc (patch) | |
tree | 442c0fd67104fc7a1f841076e98d74db681e41d0 /emulators/suse_linux | |
parent | 894c0b7d0d67cbf795d1185f10823ed7d47f5c3d (diff) | |
download | pkgsrc-6f71dd497fa9fcd157023d59917e7fb0f883c7fc.tar.gz |
Remove some spaces in the "[Automatic Linux shared object handling]"
message, to match all other "===>"-type messages.
Diffstat (limited to 'emulators/suse_linux')
-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}; \ |