OSDN Git Service

Corrected error in merge: expanding game_datadir rather than the game_libpath from...
authorEric Branlund <ebranlund@fastmail.com>
Thu, 20 Feb 2020 13:40:01 +0000 (05:40 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Thu, 20 Feb 2020 13:40:01 +0000 (05:40 -0800)
configure.ac

index 331a6d0..4f766b5 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_datadir, "./lib/")
+  MY_EXPAND_DIR(game_libpath, "./lib/")
   bindir="`pwd`"
 fi