aboutsummaryrefslogtreecommitdiffstats
path: root/src/config-darwin.inc
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-09-01 23:46:53 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-09-01 23:46:53 +0000
commitfded3a5ed753bd0fff77fb73ab9abcd8ad715e59 (patch)
tree4e750091c9d2ddd389ea77d5d547f325a204cd53 /src/config-darwin.inc
parente91cea0605045951a3df208d73d93026fef31e8f (diff)
downloadusdx-fded3a5ed753bd0fff77fb73ab9abcd8ad715e59.tar.gz
usdx-fded3a5ed753bd0fff77fb73ab9abcd8ad715e59.tar.xz
usdx-fded3a5ed753bd0fff77fb73ab9abcd8ad715e59.zip
- suffix configure option removed
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1337 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--src/config-darwin.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/config-darwin.inc b/src/config-darwin.inc
index 13f8aff1..6e191370 100644
--- a/src/config-darwin.inc
+++ b/src/config-darwin.inc
@@ -7,8 +7,7 @@
{$UNDEF UseLocalDirs}
{$IF (not Defined(UseLocalDirs)) and Defined(IncludeConstants)}
- PathSuffix = WideString('ultrastardx');
- SharedPath = WideString('/usr/local/share/'+PathSuffix);
+ INSTALL_DATADIR = '/usr/local/share/ultrastardx';
{$IFEND}
{* Libraries *}