Magellan Linux

Diff of /trunk/core/netpbm/netpbm-10.46.0-r1.smage2

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

revision 1473 by niro, Fri May 8 06:54:55 2009 UTC revision 1474 by niro, Fri May 8 06:56:25 2009 UTC
# Line 40  src_prepare() Line 40  src_prepare()
40   # fix some build issues   # fix some build issues
41   mpatch ${PNAME}-10.37-build.patch || die   mpatch ${PNAME}-10.37-build.patch || die
42   # fix /bin/sh: ../buildtools/stamp-date: Permission denied   # fix /bin/sh: ../buildtools/stamp-date: Permission denied
43   chmod +x buildtools/stamp-date || die  # chmod +x buildtools/stamp-date || die
44   chmod +x buildtools/install.sh || die  # chmod +x buildtools/install.sh || die
45    
46   cp config.mk.in config.mk || die   cp config.mk.in config.mk || die
47    
# Line 77  src_install() Line 77  src_install()
77  {  {
78   cd ${SRCDIR}   cd ${SRCDIR}
79    
80   mmake package pkgdir=${BINDIR}/usr/ || die   mmake -j1 package pkgdir=${BINDIR}/usr/ || die
81    
82   # needed directories   # needed directories
83   # (must be run after install, or netpbm complains about /usr)   # (must be run after install, or netpbm complains about /usr)

Legend:
Removed from v.1473  
changed lines
  Added in v.1474