summaryrefslogtreecommitdiffstats
path: root/wiipresent/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-09-07 19:13:35 +0000
committer Eric Hameleers <alien@slackware.com>2009-09-07 19:13:35 +0000
commit98f21416eb67c4b3ef8c93d44334bdf1d495b5a7 (patch)
tree2144905788589deae7e235283c098fa4a57e0881 /wiipresent/build
parent8593ae2cc38c94cd6fd4d0bad12e3595ee2472a6 (diff)
downloadasb-98f21416eb67c4b3ef8c93d44334bdf1d495b5a7.tar.gz
asb-98f21416eb67c4b3ef8c93d44334bdf1d495b5a7.tar.xz
Stupid use of sed
Diffstat (limited to 'wiipresent/build')
-rwxr-xr-xwiipresent/build/wiipresent.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiipresent/build/wiipresent.SlackBuild b/wiipresent/build/wiipresent.SlackBuild
index 9a14cf13..687a1d11 100755
--- a/wiipresent/build/wiipresent.SlackBuild
+++ b/wiipresent/build/wiipresent.SlackBuild
@@ -142,7 +142,7 @@ make lib=/usr/lib${LIBDIRSUFFIX} 2>&1 | tee $OUTPUT/make-${PRGNAM}.log
make DESTDIR=$PKG install 2>&1 |tee $OUTPUT/install-${PRGNAM}.log
# Fix the stupid GenericName which appears in the KDE menu:
-sed -i -e s'/^GenericName=/&Wiimote Presentation Assistant/' \
+sed -i -e s'/^GenericName=.*/GenericName=Wiimote Presentation Assistant/' \
$PKG/usr/share/applications/wiipresent.desktop
# Add this to the doinst.sh: