summarylogtreecommitdiffstats
path: root/galois-0.7-install-path.patch
diff options
context:
space:
mode:
authorMichael Straube2020-09-16 21:48:57 +0200
committerMichael Straube2020-09-16 21:48:57 +0200
commitd4cc997225dd4e241dc36857d68b25f906ebebb4 (patch)
treec2e8320d0a11c802c4cd5ee50ab72061e21691fe /galois-0.7-install-path.patch
parentb0ddee2931f36fe6aa7fb95f9e5391d1404dde36 (diff)
downloadaur-d4cc997225dd4e241dc36857d68b25f906ebebb4.tar.gz
Update to 0.7
Diffstat (limited to 'galois-0.7-install-path.patch')
-rw-r--r--galois-0.7-install-path.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/galois-0.7-install-path.patch b/galois-0.7-install-path.patch
new file mode 100644
index 000000000000..a64507bc3d07
--- /dev/null
+++ b/galois-0.7-install-path.patch
@@ -0,0 +1,27 @@
+--- galois-0.7/src/makefile.in.orig 2020-09-16 21:03:55.135600462 +0200
++++ galois-0.7/src/makefile.in 2020-09-16 21:04:28.670153046 +0200
+@@ -52,10 +52,10 @@
+ - rm -f ${AC}
+
+ install : galois
+- mkdir -p ${prefix}/games
+- cp galois ${prefix}/games
++ mkdir -p ${prefix}/bin
++ cp galois ${prefix}/bin
+ uninstall :
+- - rm -f ${prefix}/games/galois
++ - rm -f ${prefix}/bin/galois
+
+ # dependencies
+ area.o : area.h grid.h group.h
+--- galois-0.7/misc/galois.desktop.in.orig 2020-09-16 21:04:56.768101564 +0200
++++ galois-0.7/misc/galois.desktop.in 2020-09-16 21:05:12.823403378 +0200
+@@ -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;