diff options
author | matthijs <matthijs@openttd.org> | 2005-01-24 20:33:43 +0000 |
---|---|---|
committer | matthijs <matthijs@openttd.org> | 2005-01-24 20:33:43 +0000 |
commit | b9c13283a44083dc7f5bff310df21668b3bab518 (patch) | |
tree | d0a4ebab055db048889ad8980405344352312750 /os/debian | |
parent | f08983a948e167fa7dca6a762ad3eeafe5360445 (diff) | |
download | openttd-b9c13283a44083dc7f5bff310df21668b3bab518.tar.xz |
(svn r1644) - Some minor corrections to the os/debian dir.
Diffstat (limited to 'os/debian')
-rw-r--r-- | os/debian/copyright | 2 | ||||
-rw-r--r-- | os/debian/menu | 4 | ||||
-rw-r--r-- | os/debian/rules | 3 |
3 files changed, 5 insertions, 4 deletions
diff --git a/os/debian/copyright b/os/debian/copyright index 322d1ce27..a79113378 100644 --- a/os/debian/copyright +++ b/os/debian/copyright @@ -3,7 +3,7 @@ Wed, 15 Sep 2004 00:24:01 +0200. It was downloaded from http://sourceforge.net/projects/openttd -Upstream Author(s): Ludvig Strigeus (ludde) and many others +Upstream Author: Ludvig Strigeus (ludde) and many others Copyright: diff --git a/os/debian/menu b/os/debian/menu index 7419bf164..a3da87e28 100644 --- a/os/debian/menu +++ b/os/debian/menu @@ -1,2 +1,2 @@ -?package(openttd):needs=X11 section=Games/Simulation title="Openttd"\ -command="/usr/games/openttd" icon="/usr/share/games/openttd/openttd.64.png" +?package(openttd):needs="X11" section="Games/Simulation" title="Openttd"\ +command="/usr/games/openttd" icon="/usr/share/games/openttd/openttd.64.xpm" diff --git a/os/debian/rules b/os/debian/rules index 7a67e7833..c7be3f31a 100644 --- a/os/debian/rules +++ b/os/debian/rules @@ -48,6 +48,7 @@ clean: # Add here commands to clean up after the build process. -$(MAKE) clean + rm Makefile.config || true dh_clean @@ -72,7 +73,7 @@ binary-arch: build install dh_installdocs dh_installexamples # dh_install -# dh_installmenu + dh_installmenu # dh_installdebconf # dh_installlogrotate # dh_installemacsen |