Magellan Linux

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

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

revision 4308 by niro, Tue Dec 1 14:55:02 2009 UTC revision 4309 by niro, Tue Dec 1 14:57:29 2009 UTC
# Line 34  SRC_URI=( Line 34  SRC_URI=(
34   http://kernel.org/pub/software/scm/${PNAME}/${SRCFILE}   http://kernel.org/pub/software/scm/${PNAME}/${SRCFILE}
35   http://kernel.org/pub/software/scm/${PNAME}/${MANPAGES_SRCFILE}   http://kernel.org/pub/software/scm/${PNAME}/${MANPAGES_SRCFILE}
36   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-1.5.4.4-symlinks.patch  
37   mirror://${PNAME}/git-daemon.rc   mirror://${PNAME}/git-daemon.rc
38   mirror://${PNAME}/git-daemon.confd   mirror://${PNAME}/git-daemon.confd
39  )  )
# Line 48  src_prepare() Line 47  src_prepare()
47   cd ${SRCDIR}   cd ${SRCDIR}
48    
49   # we want symbolic links, no hardlinks   # we want symbolic links, no hardlinks
  mpatch ${PNAME}-1.5.4.4-symlinks.patch || die  
50   sed -i 's:ln :ln -s :g' Makefile || die   sed -i 's:ln :ln -s :g' Makefile || die
51    
52   # fix CFLAGS and LDFLAGS too   # fix CFLAGS and LDFLAGS too

Legend:
Removed from v.4308  
changed lines
  Added in v.4309