From 505dead8bf95a1caf633260f467a2f7154cde06c Mon Sep 17 00:00:00 2001 From: tobigun Date: Fri, 8 Aug 2008 16:04:48 +0000 Subject: path suffix changed from UltraStarDeluxe to ultrastardx. This means USDX is now installed into /usr/share/ultrastardx instead of /usr/share/UltraStarDeluxe and user-data will be in ~/.ultrastardx. Please delete old copies in the old UltraStarDeluxe dir and move your user-data (config, songs, etc.) to the new dir. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1245 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Game/Code/configure.ac b/Game/Code/configure.ac index 8e7e1544..4f1344f5 100644 --- a/Game/Code/configure.ac +++ b/Game/Code/configure.ac @@ -1,5 +1,5 @@ # -# UltraStar-DX configure.ac script +# ultrastardx configure.ac script # # by UltraStar Deluxe Team # @@ -285,8 +285,8 @@ Additional directories:]) # add suffix option AC_ARG_WITH([suffix], [AS_HELP_STRING([--with-suffix=SUFFIX], - [path suffix @<:@default=UltraStarDeluxe@:>@])], - [suffix=$withval], [suffix="UltraStarDeluxe"]) + [path suffix @<:@default=ultrastardx@:>@])], + [suffix=$withval], [suffix="ultrastardx"]) if [[ x$suffix = xno -o x$suffix = xyes ]] ; then AC_MSG_ERROR([Invalid suffix.]); fi -- cgit v1.2.3