File: games-datadir.patch

package info (click to toggle)
lbreakouthd 1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,908 kB
  • sloc: cpp: 6,527; ansic: 5,444; sh: 4,755; makefile: 247; sed: 16
file content (15 lines) | stat: -rw-r--r-- 327 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Move the game data directory
Author: Stephen Kitt <skitt@debian.org>
Forwarded: not-needed

--- a/configure.ac
+++ b/configure.ac
@@ -43,7 +43,7 @@
 configdir="$withval",)
 
 # other flags
-datdir=$datadir/$PACKAGE
+datdir=$datadir/games/$PACKAGE
 hiscoredir=$localstatedir
 debugflags=""
 AC_ARG_ENABLE( install,