Magellan Linux

Diff of /trunk/extras/phpmyadmin/phpmyadmin-3.2.3-r1.smage2

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

revision 4012 by niro, Tue Nov 17 12:12:06 2009 UTC revision 4013 by niro, Tue Nov 17 12:28:52 2009 UTC
# Line 26  SRC_URI=( Line 26  SRC_URI=(
26   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
27   mirror://${PNAME}/config.inc-${CONF_REV}   mirror://${PNAME}/config.inc-${CONF_REV}
28   mirror://${PNAME}/phpmyadmin.conf   mirror://${PNAME}/phpmyadmin.conf
29   mirror://${PNAME}/${PNAME}-2.11.2.1-fix-doc-pathes.patch   mirror://${PNAME}/${PNAME}-${PVER}-fix-doc-pathes.patch
30  )  )
31    
32  #UP2SUBSTITUTE="all_languages"  #UP2SUBSTITUTE="all_languages"
# Line 40  src_prepare() Line 40  src_prepare()
40    
41   # fix doc pathes to /usr/share/doc/phpmyadmin-@@PVER@@   # fix doc pathes to /usr/share/doc/phpmyadmin-@@PVER@@
42   # and fix reading of gzip compressed files   # and fix reading of gzip compressed files
43   mpatch ${PNAME}-2.11.2.1-fix-doc-pathes.patch || die   mpatch ${PNAME}-${PVER}-fix-doc-pathes.patch || die
44   # now fix the @@PVER@@ pathes to ${PVER}   # now fix the @@PVER@@ pathes to ${PVER}
45   sed -i "s:@@PVER@@:${PVER}:" changelog.php license.php readme.php || die   sed -i "s:@@PVER@@:${PVER}:" changelog.php license.php || die
46  }  }
47    
48  src_install()  src_install()

Legend:
Removed from v.4012  
changed lines
  Added in v.4013