[redeclipse] 299/494: refresh patches and make fix-install-target posixly
Martin Werner
arand-guest at moszumanska.debian.org
Sun Jun 21 20:52:44 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 190f880bcc88a02f6e48a050e21d5b2cc1db03d2
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date: Wed Dec 14 07:44:04 2011 +0100
refresh patches and make fix-install-target posixly
---
patches/fix-install-target.patch | 10 ++++++----
patches/windowed-by-default.patch | 2 +-
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/patches/fix-install-target.patch b/patches/fix-install-target.patch
index 00a3310..69d7e4a 100644
--- a/patches/fix-install-target.patch
+++ b/patches/fix-install-target.patch
@@ -3,20 +3,22 @@ Description: Fail-safe install target
install instead of cp makes sure it is created before copying.
Forwarded: https://sourceforge.net/apps/trac/redeclipse/ticket/75
Author: Martin Erik Werner <martinerikwerner at gmail.com>
-Last-Update: 2011-12-13
+Last-Update: 2011-12-14
--- a/src/Makefile
+++ b/src/Makefile
-@@ -170,10 +170,10 @@
+@@ -171,10 +171,12 @@
endif
install-client: client
- cp reclient ../bin/reclient$(PLATFORM_SUFFIX)
-+ install -D reclient ../bin/reclient$(PLATFORM_SUFFIX)
++ install -d ../bin
++ install -m 755 reclient ../bin/reclient$(PLATFORM_SUFFIX)
install-server: server
- cp reserver ../bin/reserver$(PLATFORM_SUFFIX)
-+ install -D reserver ../bin/reserver$(PLATFORM_SUFFIX)
++ install -d ../bin
++ install -m 755 reserver ../bin/reserver$(PLATFORM_SUFFIX)
shared/cube2font.o: shared/cube2font.c
$(CXX) $(CXXFLAGS) -c -o $@ $< `freetype-config --cflags`
diff --git a/patches/windowed-by-default.patch b/patches/windowed-by-default.patch
index 3e8e6b9..38e1c7e 100644
--- a/patches/windowed-by-default.patch
+++ b/patches/windowed-by-default.patch
@@ -9,7 +9,7 @@ Last-Update: 2011-12-13
--- a/src/engine/main.cpp
+++ b/src/engine/main.cpp
-@@ -245,7 +245,7 @@
+@@ -246,7 +246,7 @@
#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