Magellan Linux

Diff of /smage/trunk/core/build-docbook-catalog/build-docbook-catalog-1.5-r1.smage2

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

revision 4330 by niro, Thu Nov 15 08:30:12 2012 UTC revision 4331 by niro, Thu Nov 15 08:36:45 2012 UTC
# Line 32  src_install() Line 32  src_install()
32   cd ${SRCDIR}   cd ${SRCDIR}
33   minstalldir /usr/bin || die   minstalldir /usr/bin || die
34   minstallexec ${SRCDIR}/${PNAME}-${PVER} /usr/bin/${PNAME} || die   minstallexec ${SRCDIR}/${PNAME}-${PVER} /usr/bin/${PNAME} || die
35    
36     # busybox compat
37     sed 's:--only-matching::g' ${BINDIR}/usr/bin/${PNAME} || die
38  }  }
39    
40  # fixme: add support for xml-dtd-simple ? -> https://bugs.gentoo.org/290680?id=290680  # fixme: add support for xml-dtd-simple ? -> https://bugs.gentoo.org/290680?id=290680

Legend:
Removed from v.4330  
changed lines
  Added in v.4331