os/debian/rules
changeset 1865 8f237a5b1a5f
parent 1143 d03fc9ec20ce
child 3170 dbbfd7a735ae
equal deleted inserted replaced
1864:83c91b158180 1865:8f237a5b1a5f
    32 build-stamp: configure-stamp 
    32 build-stamp: configure-stamp 
    33 	dh_testdir
    33 	dh_testdir
    34 
    34 
    35 	# Add here commands to compile the package.
    35 	# Add here commands to compile the package.
    36 	
    36 	
    37 	rm Makefile.config
    37 	rm Makefile.config || true
    38 	$(MAKE) PREFIX=/usr MIDI=/usr/bin/timidity INSTALL=1 BINARY_DIR=games DATA_DIR=share/games/openttd PERSONAL_DIR=.openttd USE_HOMEDIR=1
    38 	$(MAKE) PREFIX=/usr MIDI=/usr/bin/timidity INSTALL=1 BINARY_DIR=games DATA_DIR=share/games/openttd PERSONAL_DIR=.openttd USE_HOMEDIR=1
    39 
    39 
    40 	#/usr/bin/docbook-to-man debian/openttd.sgml > openttd.1
    40 	#/usr/bin/docbook-to-man debian/openttd.sgml > openttd.1
    41 
    41 
    42 	touch build-stamp
    42 	touch build-stamp