diff options
author | matthijs <matthijs@openttd.org> | 2008-09-03 17:18:04 +0000 |
---|---|---|
committer | matthijs <matthijs@openttd.org> | 2008-09-03 17:18:04 +0000 |
commit | 6c924578de43710dd07a9b556c09d51f6394f9a6 (patch) | |
tree | 48d102651e6a0a92d492034d12236d984b4f344f /os/debian/config | |
parent | 1c3b4c8a545ebdda625957d32918a9bda75a4ab1 (diff) | |
download | openttd-6c924578de43710dd07a9b556c09d51f6394f9a6.tar.xz |
(svn r14238) -Change [Debian]: Update Debian packaging files to the latest official Debian version.
- Packaging files are now identical to those of the official 0.6.2-1 (or,
r11138 in the collab-maint subversion repository), with the following
exceptions:
- Desktop files are removed, since openttd trunk installs them already.
- Changes regarding package names from r14237 are preserved.
- Topmost changelog entry with version 0.7~svn-1 is added.
Diffstat (limited to 'os/debian/config')
-rwxr-xr-x | os/debian/config | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/os/debian/config b/os/debian/config index 01dfb3659..a4e1268f6 100755 --- a/os/debian/config +++ b/os/debian/config @@ -6,16 +6,16 @@ FILES="trg1r.grf trgcr.grf trghr.grf trgir.grf trgtr.grf sample.cat" DATADIR=/usr/share/games/openttd/data -MISSING="No"; +MISSING="No" for FILE in $FILES; do # Check if all the files needed are here. if [ ! -e $DATADIR/$FILE ]; then - MISSING="Yes"; - break; - fi; -done; + MISSING="Yes" + break + fi; +done if [ $MISSING = "Yes" ]; then db_input high openttd/datafiles || true db_go -fi; +fi |