This is an automated email from the git hooks/post-receive script. arand-guest pushed a commit to branch debdir in repository redeclipse.
commit 16229831cdc896e89fab63c2929ffd2110e12497 Author: Arand Nash <[email protected]> Date: Mon Feb 21 14:51:34 2011 +0000 quilt patch for makefile --- patches/01_makefile.patch | 15 +++++++++++++++ patches/series | 1 + 2 files changed, 16 insertions(+) diff --git a/patches/01_makefile.patch b/patches/01_makefile.patch new file mode 100644 index 0000000..126abd4 --- /dev/null +++ b/patches/01_makefile.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) ++ cp reclient /usr/bin/reclient$(PLATFORM_SUFFIX) + + install-server: server +- cp reserver ../bin/reserver$(PLATFORM_SUFFIX) ++ cp reserver /usr/bin/reserver$(PLATFORM_SUFFIX) + endif + + install: install-client install-server diff --git a/patches/series b/patches/series new file mode 100644 index 0000000..973c513 --- /dev/null +++ b/patches/series @@ -0,0 +1 @@ +01_makefile.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

