diff options
Diffstat (limited to 'games-arcade/grande-KXL/files/grande-KXL-0.6-configure.in.patch')
-rw-r--r-- | games-arcade/grande-KXL/files/grande-KXL-0.6-configure.in.patch | 17 |
1 files changed, 0 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, |