[redeclipse] 06/494: --parent for cp

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

    --parent for cp
---
 patches/01_makefile.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/patches/01_makefile.patch b/patches/01_makefile.patch
index 8b054d7..7d416d0 100644
--- a/patches/01_makefile.patch
+++ b/patches/01_makefile.patch
@@ -5,11 +5,11 @@
  
  install-client: client
 -	cp reclient ../bin/reclient$(PLATFORM_SUFFIX)
-+	cp reclient $(DESTDIR)/usr/bin/reclient$(PLATFORM_SUFFIX)
++	cp --parent reclient $(DESTDIR)/usr/bin/reclient$(PLATFORM_SUFFIX)
  
  install-server: server
 -	cp reserver ../bin/reserver$(PLATFORM_SUFFIX)
-+	cp reserver $(DESTDIR)/usr/bin/reserver$(PLATFORM_SUFFIX)
++	cp --parent reserver $(DESTDIR)/usr/bin/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