Changeset - r7267:3def693c8490
[Not reviewed]
master
0 1 0
rubidium - 17 years ago 2007-07-16 13:48:12
rubidium@openttd.org
(svn r10589) -Fix (Debian): --enable-install is not needed anymore.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
os/debian/rules
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)