[wxmupen64plus] 48/71: Fix binary installation path

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:23:36 UTC 2015


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

ecsv-guest pushed a commit to branch experimental
in repository wxmupen64plus.

commit 121b93bbf6c3962d15777e709667cfee2f44657f
Author: Sven Eckelmann <sven at narfation.org>
Date:   Tue May 8 00:22:11 2012 +0200

    Fix binary installation path
---
 debian/changelog                |  1 +
 debian/patches/fix_bindir.patch | 16 ++++++++++++++++
 debian/patches/series           |  1 +
 3 files changed, 18 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6fa3f72..e242002 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,5 +5,6 @@ wxmupen64plus (0.3-1) UNRELEASED; urgency=low
     - Add version_check.patch, Disable in-tree mupen64plus-core version check
     - Add release_version.patch, Fix release version
     - Add missing_symbols.patch, Fix missing symbols
+    - Add fix_bindir.patch, Fix binary installation path
 
  -- Sven Eckelmann <sven at narfation.org>  Mon, 17 Aug 2009 10:18:49 +0200
diff --git a/debian/patches/fix_bindir.patch b/debian/patches/fix_bindir.patch
new file mode 100644
index 0000000..b2dc87f
--- /dev/null
+++ b/debian/patches/fix_bindir.patch
@@ -0,0 +1,16 @@
+Description: Fix binary installation path
+Author: Sven Eckelmann <sven at narfation.org>
+
+---
+diff --git a/wscript b/wscript
+index 1725a4a6272c67ef44861db7c0352a6653ab842c..8438e6da5f4ca352b4b0ab2fd625ac439fa7f112 100644
+--- a/wscript
++++ b/wscript
+@@ -82,6 +82,7 @@ def configure(ctx):
+     ctx.env['wxhome'] = wxhome
+     ctx.env['datadir'] = Options.options.datadir
+     ctx.env['libdir'] = Options.options.libdir
++    ctx.env['bindir'] = Options.options.bindir
+     
+     ctx.find_program('gcc', var='GCC', mandatory=True)
+     ctx.find_program('g++', var='GPP', mandatory=True)
diff --git a/debian/patches/series b/debian/patches/series
index 91e7419..2b85cb2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 version_check.patch
 release_version.patch
 missing_symbols.patch
+fix_bindir.patch

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



More information about the Pkg-games-commits mailing list