OSDN Git Service

Revert "Corrected error in merge: expanding game_datadir rather than the game_libpat...
authorEric Branlund <ebranlund@fastmail.com>
Wed, 26 Aug 2020 16:57:23 +0000 (09:57 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Wed, 26 Aug 2020 16:57:23 +0000 (09:57 -0700)
This reverts commit d68b6451677403a7f6e0664db9e4f8f788c6a2ca.

configure.ac

index 4f766b5..331a6d0 100644 (file)
@@ -21,7 +21,7 @@ dnl generate the installation path for the ./lib/ folder
 if test "$GAMEGROUP" != ""; then
   MY_EXPAND_DIR(game_libpath, "$datadir/games/$PACKAGE/lib/")
 else
-  MY_EXPAND_DIR(game_libpath, "./lib/")
+  MY_EXPAND_DIR(game_datadir, "./lib/")
   bindir="`pwd`"
 fi