[simutrans] 07/09: Fix installation path of sim file.

Markus Koschany apo at moszumanska.debian.org
Thu Nov 10 23:37:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository simutrans.

commit 3f971bc8325552d001af952585592dcb28766f98
Author: Markus Koschany <apo at debian.org>
Date:   Thu Nov 10 23:51:26 2016 +0100

    Fix installation path of sim file.
---
 debian/changelog | 2 +-
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 17cbf0a..832a1dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,7 +12,7 @@ simutrans (120.1.3+repack-2) unstable; urgency=medium
     This is the original upstream version. It is free software. Add a clarification
     to debian/copyright. This also fixes the FTBFS with OpenSSL 1.1.0.
     (Closes: #828545)
-  * Fix installation path of makeobj binary file.
+  * Fix installation path of makeobj and sim binary file.
 
  -- Markus Koschany <apo at debian.org>  Thu, 10 Nov 2016 23:28:04 +0100
 
diff --git a/debian/rules b/debian/rules
index 84b9385..ccebd63 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,7 @@ override_dh_auto_clean:
 
 override_dh_install-arch:
 	dh_install
-	install -m 755 build/default/sim $(CURDIR)/debian/simutrans/usr/games/simutrans
+	install -m 755 sim $(CURDIR)/debian/simutrans/usr/games/simutrans
 
 override_dh_install-indep:
 	dh_install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/simutrans.git



More information about the Pkg-games-commits mailing list