fix path to galois binary in desktop file
This commit is contained in:
parent
e97b57dd6f
commit
400b25968a
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2014/05/15 15:26:48 bcallah Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2014/09/17 20:32:11 landry Exp $
|
||||
|
||||
COMMENT = free multi-dimensional Tetris-like game
|
||||
DISTNAME = galois-0.3
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
CATEGORIES = games x11
|
||||
|
||||
HOMEPAGE = http://www.nongnu.org/galois/
|
||||
|
12
games/galois/patches/patch-misc_galois_desktop_in
Normal file
12
games/galois/patches/patch-misc_galois_desktop_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-misc_galois_desktop_in,v 1.1 2014/09/17 20:32:11 landry Exp $
|
||||
--- misc/galois.desktop.in.orig Wed Sep 17 22:19:58 2014
|
||||
+++ misc/galois.desktop.in Wed Sep 17 22:20:06 2014
|
||||
@@ -17,7 +17,7 @@
|
||||
# @configure_input@
|
||||
|
||||
[Desktop Entry]
|
||||
-Exec=@prefix@/games/galois
|
||||
+Exec=@prefix@/bin/galois
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=GNOME;GTK;Game;BlocksGame;
|
Loading…
x
Reference in New Issue
Block a user