[med-svn] [snpomatic] 02/02: use install instead of cp
    Sascha Steinbiss 
    sascha at steinbiss.name
       
    Wed Mar  9 01:05:30 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
sascha-guest pushed a commit to branch master
in repository snpomatic.
commit 74649402efe61d55ed0d54134ec23c05f125b718
Author: Sascha Steinbiss <sascha at steinbiss.name>
Date:   Wed Mar 9 01:01:41 2016 +0000
    use install instead of cp
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 5a285db..5f97697 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ override_dh_installdocs:
 
 override_dh_auto_install:
 	mkdir -p $(debfolder)/snpomatic/usr/bin
-	cp findknownsnps $(debfolder)/snpomatic/usr/bin
+	install -p findknownsnps $(debfolder)/snpomatic/usr/bin
 	# -- we don't install the others as they seem unmaintained/undocumented
 	#cp reassemble $(debfolder)/snpomatic/usr/bin
 	#cp variety $(debfolder)/snpomatic/usr/bin
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/snpomatic.git
    
    
More information about the debian-med-commit
mailing list