diff options
author | rubidium <rubidium@openttd.org> | 2007-01-02 20:35:16 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-01-02 20:35:16 +0000 |
commit | 8b67672080c44729d6c2f62584c6e027d8acdc6f (patch) | |
tree | 098f25a5aca9cddedc79e700891931b8794c5d8f /os | |
parent | c906cf8e22f833cc17702c4167f72b6bdf326344 (diff) | |
download | openttd-8b67672080c44729d6c2f62584c6e027d8acdc6f.tar.xz |
(svn r7765) -Fix (r7759): forgot to update the os/debian files.
Diffstat (limited to 'os')
-rwxr-xr-x | os/debian/rules | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/os/debian/rules b/os/debian/rules index baf162076..f5647ab12 100755 --- a/os/debian/rules +++ b/os/debian/rules @@ -22,8 +22,8 @@ build-stamp: # Add here commands to compile the package. - rm Makefile.config || true - $(MAKE) PREFIX=/usr MIDI=/usr/bin/timidity INSTALL=1 BINARY_DIR=games DATA_DIR=share/games/openttd ICON_DIR=share/pixmaps PERSONAL_DIR=.openttd USE_HOMEDIR=1 + ./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 + make #/usr/bin/docbook-to-man debian/openttd.sgml > openttd.1 @@ -36,7 +36,6 @@ clean: unpatch # Add here commands to clean up after the build process. -$(MAKE) clean - rm Makefile.config || true dh_clean @@ -47,7 +46,7 @@ install: build dh_installdirs # Add here commands to install the package into debian/openttd. - $(MAKE) DEST_DIR=debian/openttd install + $(MAKE) install # Build architecture-independent files here. binary-indep: build install |