Magellan Linux

Diff of /trunk/extras/git/git-2.12.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 28724 by niro, Wed Mar 15 14:16:40 2017 UTC revision 28725 by niro, Wed Mar 15 14:54:05 2017 UTC
# Line 87  src_install() Line 87  src_install()
87   # patches - stuff the git guys made to go upstream to other places   # patches - stuff the git guys made to go upstream to other places
88   minstalldir /usr/share/${PNAME}/contrib || die   minstalldir /usr/share/${PNAME}/contrib || die
89   local i   local i
90     #convert-objects
91   for i in fast-import hg-to-git \   for i in fast-import hg-to-git \
92   hooks remotes2config.sh \   hooks remotes2config.sh \
93   workdir convert-objects   workdir
94   do   do
95   cp -rf contrib/${i} ${BINDIR}/usr/share/${PNAME}/contrib || die   cp -rf contrib/${i} ${BINDIR}/usr/share/${PNAME}/contrib || die
96   done   done

Legend:
Removed from v.28724  
changed lines
  Added in v.28725