Magellan Linux

Diff of /branches/magellan-next/core/systemd/systemd-33-r1.smage2

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

revision 8864 by niro, Wed Aug 3 23:26:52 2011 UTC revision 8865 by niro, Wed Aug 3 23:42:55 2011 UTC
# Line 47  SRC_URI=( Line 47  SRC_URI=(
47   http://www.freedesktop.org/software/${PNAME}/${SRCFILE}   http://www.freedesktop.org/software/${PNAME}/${SRCFILE}
48   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
49   mirror://${PNAME}/${PNAME}-33-magellan.patch   mirror://${PNAME}/${PNAME}-33-magellan.patch
50     mirror://${PNAME}/${PNAME}-33-fix-missing.patch
51  )  )
52    
53  UP2DATE="updatecmd http://www.freedesktop.org/software/systemd/ | lasttarball"  UP2DATE="updatecmd http://www.freedesktop.org/software/systemd/ | lasttarball"
# Line 59  src_prepare() Line 60  src_prepare()
60   # apply our magellan patch   # apply our magellan patch
61   mpatch ${PNAME}-33-magellan.patch || die   mpatch ${PNAME}-33-magellan.patch || die
62    
63     # fix a missing include
64     mpatch ${PNAME}-33-fix-missing.patch || die
65    
66   # regen configure   # regen configure
67   mautoreconf || die   mautoreconf || die
68  }  }

Legend:
Removed from v.8864  
changed lines
  Added in v.8865