[redeclipse] 05/494: add DESTDIR
Martin Werner
arand-guest at moszumanska.debian.org
Sun Jun 21 20:52:09 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 344c26c45e16c9e57ced86153f22c246ecb4bd49
Author: Arand Nash <ienorand at gmail.com>
Date: Mon Feb 21 15:00:32 2011 +0000
add DESTDIR
---
patches/01_makefile.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/patches/01_makefile.patch b/patches/01_makefile.patch
index 126abd4..8b054d7 100644
--- a/patches/01_makefile.patch
+++ b/patches/01_makefile.patch
@@ -5,11 +5,11 @@
install-client: client
- cp reclient ../bin/reclient$(PLATFORM_SUFFIX)
-+ cp reclient /usr/bin/reclient$(PLATFORM_SUFFIX)
++ cp reclient $(DESTDIR)/usr/bin/reclient$(PLATFORM_SUFFIX)
install-server: server
- cp reserver ../bin/reserver$(PLATFORM_SUFFIX)
-+ cp reserver /usr/bin/reserver$(PLATFORM_SUFFIX)
++ cp reserver $(DESTDIR)/usr/bin/reserver$(PLATFORM_SUFFIX)
endif
install: install-client install-server
--
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