From 98f21416eb67c4b3ef8c93d44334bdf1d495b5a7 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 7 Sep 2009 19:13:35 +0000 Subject: Stupid use of sed --- wiipresent/build/wiipresent.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wiipresent/build') 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: -- cgit v1.2.3-65-gdbad