pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/43951: devel/scmgit-base won't install with install-sh



The following reply was made to PR pkg/43951; it has been noted by GNATS.

From: Steven Drake <sbd%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/43951: devel/scmgit-base won't install with install-sh
Date: Fri, 8 Oct 2010 10:42:15 +1300 (NZDT)

 On Thu, 7 Oct 2010, stefan.palm%pdmc.net@localhost wrote:
 > Looks like 'install-sh' deletes/looses the "git-upload-pack"
 
 I could suggest the following patch to install-sh, it forces the -c option
 on.
 
 -- 
 Steven
 
 RCS file: /srv/NetBSD-cvs/pkgsrc/sysutils/install-sh/files/install-sh.in,v
 retrieving revision 1.4
 diff -u -p -r1.4 install-sh.in
 --- install-sh.in       12 Jul 2007 18:32:50 -0000      1.4
 +++ install-sh.in       7 Oct 2010 21:38:48 -0000
 @@ -44,7 +44,7 @@ stripprog="${STRIPPROG-strip}"
  rmprog="${RMPROG-rm}"
  mkdirprog="${MKDIRPROG-mkdir}"
  
 -instcmd="$mvprog"
 +instcmd="$cpprog"
  pathcompchmodcmd="$chmodprog @DEFAULT_INSTALL_MODE@"
  chmodcmd="$chmodprog @DEFAULT_INSTALL_MODE@"
  chowncmd=""
 


Home | Main Index | Thread Index | Old Index