Magellan Linux

Diff of /smage/trunk/core/automake112/automake112-1.12.6-r4.smage2

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

revision 10209 by niro, Wed Aug 16 13:31:32 2017 UTC revision 10210 by niro, Wed Aug 16 13:39:44 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 \
45     's:doc/help2man --output=:doc/help2man --no-discard-stderr --output=:g' \
46     Makefile.in Makefile.am || die
47  }  }
48    
49  src_compile()  src_compile()

Legend:
Removed from v.10209  
changed lines
  Added in v.10210