[redeclipse] 210/494: install -D instead of cp in makefile install target

Martin Werner arand-guest at moszumanska.debian.org
Sun Jun 21 20:52:34 UTC 2015


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

arand-guest pushed a commit to branch debdir
in repository redeclipse.

commit d16c439c97483b4a3ed9c3cb22d643e881bbbfd1
Author: Arand Nash <ienorand at gmail.com>
Date:   Tue Mar 22 23:48:54 2011 +0000

    install -D instead of cp in makefile install target
---
 patches/30-fix-install-target.patch | 15 +++++++++++++++
 patches/series                      |  1 +
 2 files changed, 16 insertions(+)

diff --git a/patches/30-fix-install-target.patch b/patches/30-fix-install-target.patch
new file mode 100644
index 0000000..c014ec0
--- /dev/null
+++ b/patches/30-fix-install-target.patch
@@ -0,0 +1,15 @@
+--- a/src/Makefile
++++ b/src/Makefile
+@@ -170,10 +170,10 @@
+ endif
+ 
+ install-client: client
+-	cp reclient ../bin/reclient$(PLATFORM_SUFFIX)
++	install -D reclient ../bin/reclient$(PLATFORM_SUFFIX)
+ 
+ install-server: server
+-	cp reserver ../bin/reserver$(PLATFORM_SUFFIX)
++	install -D reserver ../bin/reserver$(PLATFORM_SUFFIX)
+ endif
+ 
+ install: install-client install-server
diff --git a/patches/series b/patches/series
index 23399a9..de1cadf 100644
--- a/patches/series
+++ b/patches/series
@@ -1,2 +1,3 @@
 10-fix-clean-target.diff
 20-build-with-debug-symbols.diff
+30-fix-install-target.patch

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



More information about the Pkg-games-commits mailing list