[Pkg-nethack-devel] nethack/debian nethack-console.menu,1.1,1.2 nethack-gnome.menu,1.1,1.2 nethack-qt.menu,1.1,1.2 nethack-x11.menu,1.1,1.2

Joshua Kwan joshk-guest@quantz.debian.org
Sun, 12 Oct 2003 15:42:15 +0000


Update of /cvsroot/pkg-nethack/nethack/debian
In directory quantz:/tmp/cvs-serv7662/debian

Modified Files:
	nethack-console.menu nethack-gnome.menu nethack-qt.menu 
	nethack-x11.menu 
Log Message:
Use sh -c... *shrug*


Index: nethack-qt.menu
===================================================================
RCS file: /cvsroot/pkg-nethack/nethack/debian/nethack-qt.menu,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- nethack-qt.menu	7 Oct 2003 23:35:08 -0000	1.1
+++ nethack-qt.menu	12 Oct 2003 15:42:13 -0000	1.2
@@ -1,5 +1,5 @@
 ?package(nethack-qt):needs=x11 \
-        command="/usr/games/nethack-qt" \
+        command="sh -c '/usr/games/nethack-qt'" \
 	hints="Roguelike,Maze,Dungeon" \
         section="Games/Adventure" \
 	title="Qt NetHack" \

Index: nethack-gnome.menu
===================================================================
RCS file: /cvsroot/pkg-nethack/nethack/debian/nethack-gnome.menu,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- nethack-gnome.menu	7 Oct 2003 23:35:08 -0000	1.1
+++ nethack-gnome.menu	12 Oct 2003 15:42:13 -0000	1.2
@@ -1,5 +1,5 @@
 ?package(nethack-gnome):needs=x11 \
-        command="/usr/games/nethack-gnome" \
+        command="sh -c '/usr/games/nethack-gnome'" \
 	hints="Roguelike,Maze,Dungeon" \
         section="Games/Adventure" \
 	title="GNOME NetHack" \

Index: nethack-console.menu
===================================================================
RCS file: /cvsroot/pkg-nethack/nethack/debian/nethack-console.menu,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- nethack-console.menu	7 Oct 2003 23:35:08 -0000	1.1
+++ nethack-console.menu	12 Oct 2003 15:42:13 -0000	1.2
@@ -1,5 +1,5 @@
 ?package(nethack-console):needs=text \
-        command="/usr/games/nethack-console" \
+        command="sh -c '/usr/games/nethack-console'" \
 	hints="Roguelike,Maze,Dungeon" \
         section="Games/Adventure" \
 	title="NetHack (No GUI)" \

Index: nethack-x11.menu
===================================================================
RCS file: /cvsroot/pkg-nethack/nethack/debian/nethack-x11.menu,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- nethack-x11.menu	7 Oct 2003 23:35:08 -0000	1.1
+++ nethack-x11.menu	12 Oct 2003 15:42:13 -0000	1.2
@@ -1,5 +1,5 @@
 ?package(nethack-x11):needs=x11 \
-        command="/usr/games/xnethack" \
+        command="sh -c '/usr/games/xnethack'" \
 	hints="Roguelike,Maze,Dungeon" \
         section="Games/Adventure" \
 	title="X NetHack" \