[redeclipse] 24/494: Do the syntax errors never stop?

Martin Werner arand-guest at moszumanska.debian.org
Sun Jun 21 20:52:11 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 55da79914f8c36f3c4f011cf064375d7ca049937
Author: Arand Nash <ienorand at gmail.com>
Date:   Mon Feb 21 23:26:50 2011 +0000

    Do the syntax errors never stop?
---
 patches/01_makefile.patch | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/patches/01_makefile.patch b/patches/01_makefile.patch
index 4a42bcb..44cd95c 100644
--- a/patches/01_makefile.patch
+++ b/patches/01_makefile.patch
@@ -1,17 +1,15 @@
 --- a/src/Makefile
 +++ b/src/Makefile
-@@ -170,10 +170,12 @@
+@@ -170,10 +170,10 @@
  endif
  
  install-client: client
 -	cp reclient ../bin/reclient$(PLATFORM_SUFFIX)
-+	install -D $(DESTDIR)/usr/games/reclient$(PLATFORM_SUFFIX)
-+	mkdir -p $(DESTDIR)/usr/games
-+	cp reclient $(DESTDIR)/usr/games
++	install reclient -D $(DESTDIR)/usr/games/reclient$(PLATFORM_SUFFIX)
  
  install-server: server
 -	cp reserver ../bin/reserver$(PLATFORM_SUFFIX)
-+	install -D $(DESTDIR)/usr/games/reserver$(PLATFORM_SUFFIX)
++	install reclient -D $(DESTDIR)/usr/games/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