diff options
Diffstat (limited to 'games-arcade/grande-KXL/files')
-rw-r--r-- | games-arcade/grande-KXL/files/grande-KXL-0.6-configure.in.patch | 17 | ||||
-rw-r--r-- | games-arcade/grande-KXL/files/grande-KXL-0.6-paths.patch | 9 |
2 files changed, 9 insertions, 17 deletions
diff --git a/games-arcade/grande-KXL/files/grande-KXL-0.6-configure.in.patch b/games-arcade/grande-KXL/files/grande-KXL-0.6-configure.in.patch deleted file mode 100644 index 19fec93f61a5..000000000000 --- a/games-arcade/grande-KXL/files/grande-KXL-0.6-configure.in.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- a/configure.in -+++ b/configure.in -@@ -17,12 +17,8 @@ - AC_CHECK_HEADERS(unistd.h) - - dnl installation & score path --if test "x${prefix}" = "xNONE"; then -- inst_path="${ac_default_prefix}/games/grande" --else -- inst_path="${prefix}/games/grande" --fi --score_path="/var/games" -+inst_path="${datadir}/grande" -+score_path="${localstatedir}" - - dnl check if installation was disabled - AC_ARG_ENABLE( install, diff --git a/games-arcade/grande-KXL/files/grande-KXL-0.6-paths.patch b/games-arcade/grande-KXL/files/grande-KXL-0.6-paths.patch new file mode 100644 index 000000000000..8aef0e382421 --- /dev/null +++ b/games-arcade/grande-KXL/files/grande-KXL-0.6-paths.patch @@ -0,0 +1,9 @@ +--- a/configure.in ++++ b/configure.in +@@ -21,5 +21,5 @@ + inst_path="${ac_default_prefix}/games/grande" + else +- inst_path="${prefix}/games/grande" ++ inst_path="${datadir}/grande" + fi + score_path="/var/games" |