diff options
author | rubidium <rubidium@openttd.org> | 2010-10-26 22:27:33 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-10-26 22:27:33 +0000 |
commit | 5ad2265c1d7f36d17ac157bd4e5e722a6a2355d3 (patch) | |
tree | a71ede9e6aed78c0809ff567405417e77601f87f /os/debian | |
parent | bedcbfe2ba170472afc5aa186af2ab66a5a0d313 (diff) | |
download | openttd-5ad2265c1d7f36d17ac157bd4e5e722a6a2355d3.tar.xz |
(svn r21043) -Fix: [Debian] Don't try to remove files that aren't installed anymore
Diffstat (limited to 'os/debian')
-rwxr-xr-x | os/debian/rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/debian/rules b/os/debian/rules index f2724f899..5b852fbe1 100755 --- a/os/debian/rules +++ b/os/debian/rules @@ -30,7 +30,6 @@ override_dh_auto_install: # Since 0.7.0, upstream Makefile installs some unwanted stuff. -rm $(CURDIR)/debian/openttd/usr/share/doc/openttd/COPYING -rm $(CURDIR)/debian/openttd/usr/share/doc/openttd/changelog.txt - -rm $(CURDIR)/debian/openttd/usr/share/doc/openttd/ob*_format.txt # Don't do testing. Because the OpenTTD Makefile always does dependency # generation (even on invalid targets), dh_auto_test thinks there is a |