Magellan Linux

Diff of /trunk/core/ebtables/ebtables-2.0.10.4-r3.smage2

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

revision 14390 by niro, Tue Dec 18 09:33:32 2012 UTC revision 14391 by niro, Tue Dec 18 09:38:54 2012 UTC
# Line 21  SRC_URI=( Line 21  SRC_URI=(
21   sourceforge://${PNAME}/${SRCFILE}   sourceforge://${PNAME}/${SRCFILE}
22   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
23   mirror://${PNAME}/${PNAME}-2.0.8.2-ebt-save.patch   mirror://${PNAME}/${PNAME}-2.0.8.2-ebt-save.patch
24     mirror://${PNAME}/${PNAME}-2.0.10.4-segfaultfix.patch
25   mirror://${PNAME}/ebtables.sh   mirror://${PNAME}/ebtables.sh
26   mirror://${PNAME}/ebtables.confd   mirror://${PNAME}/ebtables.confd
27  )  )
# Line 35  src_prepare() Line 36  src_prepare()
36   # ebtables should save table names as parameters   # ebtables should save table names as parameters
37   mpatch ${PNAME}-2.0.8.2-ebt-save.patch || die   mpatch ${PNAME}-2.0.8.2-ebt-save.patch || die
38    
39     # fix a segfault
40     mpatch ${PNAME}-2.0.10.4-segfaultfix.patch || die
41    
42   # fix install locations   # fix install locations
43   sed -i -e "s,^MANDIR:=.*,MANDIR:=/usr/share/man," \   sed -i -e "s,^MANDIR:=.*,MANDIR:=/usr/share/man," \
44   -e "s,^BINDIR:=.*,BINDIR:=/usr/bin," \   -e "s,^BINDIR:=.*,BINDIR:=/usr/bin," \

Legend:
Removed from v.14390  
changed lines
  Added in v.14391