summarylogtreecommitdiffstats
path: root/galois-0.8-install-path.patch
diff options
context:
space:
mode:
authorkleintux2022-11-06 16:35:07 +0100
committerkleintux2022-11-06 16:35:07 +0100
commite1446c89bb6eceb9ac4faa1616d4e140df98fcee (patch)
treec056a94c26189f6cae1bdb5726c3559496a3eeb7 /galois-0.8-install-path.patch
parent7820ff37cabea6dc5d37f0ad477baf701426c68e (diff)
downloadaur-galois.tar.gz
Update to 0.8
Diffstat (limited to 'galois-0.8-install-path.patch')
-rw-r--r--galois-0.8-install-path.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/galois-0.8-install-path.patch b/galois-0.8-install-path.patch
new file mode 100644
index 000000000000..a64507bc3d07
--- /dev/null
+++ b/galois-0.8-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;