[redeclipse] 12/494: Create dirs before cp in Makefile

Martin Werner arand-guest at moszumanska.debian.org
Sun Jun 21 20:52:10 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 6145f91acd4e330270320c978f0a0bffa767d139
Author: Arand Nash <ienorand at gmail.com>
Date:   Mon Feb 21 20:08:07 2011 +0000

    Create dirs before cp in Makefile
---
 dirs                      | 4 ++--
 patches/01_makefile.patch | 4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/dirs b/dirs
index 7bcee9b..a1f3056 100644
--- a/dirs
+++ b/dirs
@@ -1,2 +1,2 @@
-usr/games
-usr/share/games/redeclipse
+# usr/games
+# usr/share/games/redeclipse
diff --git a/patches/01_makefile.patch b/patches/01_makefile.patch
index 3771587..5099e91 100644
--- a/patches/01_makefile.patch
+++ b/patches/01_makefile.patch
@@ -1,14 +1,16 @@
 --- a/src/Makefile
 +++ b/src/Makefile
-@@ -170,10 +170,10 @@
+@@ -170,10 +170,12 @@
  endif
  
  install-client: client
 -	cp reclient ../bin/reclient$(PLATFORM_SUFFIX)
++	mkdir -p $(DESTDIR)/usr/games
 +	cp reclient $(DESTDIR)/usr/games/reclient$(PLATFORM_SUFFIX)
  
  install-server: server
 -	cp reserver ../bin/reserver$(PLATFORM_SUFFIX)
++	mkdir -p $(DESTDIR)/usr/games
 +	cp reserver $(DESTDIR)/usr/games/reserver$(PLATFORM_SUFFIX)
  endif
  

-- 
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