diff options
author | rubidium <rubidium@openttd.org> | 2007-07-16 13:48:12 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-07-16 13:48:12 +0000 |
commit | 9d994ce270131b779f915802ebeb19839ddcde02 (patch) | |
tree | c4cffa1412f1687699dd3955e2f1ec52fa805a91 /os/debian | |
parent | efc7fdf2fdad3d17a0e5acdcf744c32ae4065ea3 (diff) | |
download | openttd-9d994ce270131b779f915802ebeb19839ddcde02.tar.xz |
(svn r10589) -Fix (Debian): --enable-install is not needed anymore.
Diffstat (limited to 'os/debian')
-rwxr-xr-x | os/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/debian/rules b/os/debian/rules index 72878daf8..afc687f7c 100755 --- a/os/debian/rules +++ b/os/debian/rules @@ -22,7 +22,7 @@ build-stamp: # Add here commands to compile the package. - ./configure --prefix-dir=/usr --binary-dir=games --data-dir=share/games/openttd --icon-dir=share/pixmaps --personal-dir=.openttd --enable-install --install-dir=debian/openttd + ./configure --prefix-dir=/usr --binary-dir=games --data-dir=share/games/openttd --icon-dir=share/pixmaps --personal-dir=.openttd --install-dir=debian/openttd $(MAKE) #/usr/bin/docbook-to-man debian/openttd.sgml > openttd.1 |