diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-01 23:03:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-01 23:03:14 +0300 |
commit | bf6d57204836876ff91003270f28e51d414d913f (patch) | |
tree | f175cf48ec922f39ddd1713d2c21b6603e5f6fb1 /build/bmakespeed | |
parent | 7b89f203b208f885fa7a6f69ca656f1ca711ed42 (diff) | |
download | plus-bf6d57204836876ff91003270f28e51d414d913f.tar.gz plus-bf6d57204836876ff91003270f28e51d414d913f.tar.bz2 plus-bf6d57204836876ff91003270f28e51d414d913f.tar.xz plus-bf6d57204836876ff91003270f28e51d414d913f.zip |
Remove unused option from build scripts.
Diffstat (limited to 'build/bmakespeed')
-rwxr-xr-x | build/bmakespeed | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/bmakespeed b/build/bmakespeed index f36f02689..63dd87fcb 100755 --- a/build/bmakespeed +++ b/build/bmakespeed @@ -19,8 +19,7 @@ autoreconf -i ./configure --prefix=$dir/run \ --datadir=$dir/run/share/games \ --bindir=$dir/run/bin \ ---mandir=$dir/run/share/man \ ---with-internalguichan=yes +--mandir=$dir/run/share/man cd po make -j8 update-gmo 2>../build/make1.log |