os/debian/rules
changeset 7763 a9fa35ab4bde
parent 5735 274956d7bcac
equal deleted inserted replaced
7762:03721db0ac1c 7763:a9fa35ab4bde
    20 build-stamp:
    20 build-stamp:
    21 	dh_testdir
    21 	dh_testdir
    22 
    22 
    23 	# Add here commands to compile the package.
    23 	# Add here commands to compile the package.
    24 	
    24 	
    25 	./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
    25 	./configure --prefix-dir=/usr --binary-dir=games --data-dir=share/games/openttd --icon-dir=share/pixmaps --personal-dir=.openttd --install-dir=debian/openttd
    26 	$(MAKE)
    26 	$(MAKE)
    27 
    27 
    28 	#/usr/bin/docbook-to-man debian/openttd.sgml > openttd.1
    28 	#/usr/bin/docbook-to-man debian/openttd.sgml > openttd.1
    29 
    29 
    30 	touch build-stamp
    30 	touch build-stamp