Magellan Linux

Diff of /smage/trunk/core/automake113/automake113-1.13.4-r4.smage2

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

revision 10213 by niro, Wed Aug 16 13:44:04 2017 UTC revision 10214 by niro, Wed Aug 16 13:46:21 2017 UTC
# Line 39  src_prepare() Line 39  src_prepare()
39   -e "s|automake: (automake)|automake v${PVER%.*}: (automake${PVER%.*})|" \   -e "s|automake: (automake)|automake v${PVER%.*}: (automake${PVER%.*})|" \
40   -e "s|aclocal: (automake)|aclocal v${PVER%.*}: (automake${PVER%.*})|" \   -e "s|aclocal: (automake)|aclocal v${PVER%.*}: (automake${PVER%.*})|" \
41   doc/automake.texi || die   doc/automake.texi || die
42    
43     # fix help2man issues with newer perl version
44     sed -i 's:doc/help2man --output=:doc/help2man --no-discard-stderr --output=:g' Makefile.in || die
45  }  }
46    
47  src_compile()  src_compile()

Legend:
Removed from v.10213  
changed lines
  Added in v.10214