From c67a8af444854f7cb6859105808f079e84069b0c Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 31 Jul 2009 17:36:32 +0000 Subject: Get rid of the stupid prefix, it affects the names of all manpages too --- openmotif/build/openmotif.SlackBuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'openmotif') diff --git a/openmotif/build/openmotif.SlackBuild b/openmotif/build/openmotif.SlackBuild index 54c67720..74705555 100755 --- a/openmotif/build/openmotif.SlackBuild +++ b/openmotif/build/openmotif.SlackBuild @@ -29,8 +29,9 @@ # Descr: Open Motif User Interface toolkit # URL: http://motifzone.net/ # Needs: +# Replaces: lesstif # Changelog: -# 2.3.2-1: 28/Jul/2009 by Eric Hameleers +# 2.3.2-1: 31/Jul/2009 by Eric Hameleers # * Initial build. # # Run 'sh openmotif.SlackBuild' to build a Slackware package. @@ -145,7 +146,7 @@ CFLAGS="$SLKCFLAGS" \ --sysconfdir=/etc \ --enable-themes \ --disable-static \ - --program-prefix='om_' \ + --program-prefix= \ --program-suffix= \ --build=$ARCH-slackware-linux \ 2>&1 | tee $OUTPUT/configure-${PRGNAM}.log @@ -154,7 +155,7 @@ make 2>&1 | tee $OUTPUT/make-${PRGNAM}.log make DESTDIR=$PKG install 2>&1 |tee $OUTPUT/install-${PRGNAM}.log # This conflicts with a perl manpage: -mv $PKG/usr/man/man3/Shell.3 $PKG/usr/man/man3/Shell.openmotif.3 +mv $PKG/usr/man/man3/Shell.3 $PKG/usr/man/man3/omShell.3 # Add documentation: mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -- cgit v1.2.3