From 9d994ce270131b779f915802ebeb19839ddcde02 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 16 Jul 2007 13:48:12 +0000 Subject: (svn r10589) -Fix (Debian): --enable-install is not needed anymore. --- os/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/debian') 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 -- cgit v1.2.3-54-g00ecf