diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-07-09 19:40:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-07-09 19:40:17 +0300 |
commit | 28c80e203d8333f515228666cd12583a7a9363ce (patch) | |
tree | c2a4c1884b77d4807a96087175beec35a95b2bb8 | |
parent | 305ea4c7ff543a29e5ea0eba14c48bfd6df2cb95 (diff) | |
download | plus-28c80e203d8333f515228666cd12583a7a9363ce.tar.gz plus-28c80e203d8333f515228666cd12583a7a9363ce.tar.bz2 plus-28c80e203d8333f515228666cd12583a7a9363ce.tar.xz plus-28c80e203d8333f515228666cd12583a7a9363ce.zip |
Small changes in fink.sh.
-rwxr-xr-x | fink.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -10,8 +10,8 @@ export CPP=cpp-${GCCVER} export CXXCPP=cpp-${GCCVER} export CPPFLAGS="-I/sw/include" export LDFLAGS="-framework OpenGL" -#dir=`pwd`/run -dir=${FINKDIR} +dir=`pwd`/run +#dir=${FINKDIR} autoreconf -i 2>fink1.log @@ -27,7 +27,7 @@ autoreconf -i 2>fink1.log --datarootdir=${dir}/share/games \ --bindir=${dir}/bin \ --sbindir=${dir}/bin \ ---mandir=${dir}/share/man 2>fink2.log 1>fink2_ok.log +--mandir=${dir}/share/man 2>fink2.log # simple #./configure --enable-applebuild=yes 2>fink2.log 1>fink2_ok.log |