This is an automated email from the git hooks/post-receive script. arand-guest pushed a commit to branch debdir in repository redeclipse.
commit e726597c3e25781fd815a4e05b33780be829e34d Author: Arand Nash <[email protected]> Date: Mon Feb 21 23:03:26 2011 +0000 Use install -D instead of cp in Makefile --- patches/01_makefile.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patches/01_makefile.patch b/patches/01_makefile.patch index 5099e91..4a42bcb 100644 --- a/patches/01_makefile.patch +++ b/patches/01_makefile.patch @@ -5,13 +5,13 @@ 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/reclient$(PLATFORM_SUFFIX) ++ cp reclient $(DESTDIR)/usr/games install-server: server - cp reserver ../bin/reserver$(PLATFORM_SUFFIX) -+ mkdir -p $(DESTDIR)/usr/games -+ cp reserver $(DESTDIR)/usr/games/reserver$(PLATFORM_SUFFIX) ++ install -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 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

