Revision: 7346 http://sourceforge.net/p/ipcop/svn/7346 Author: owes Date: 2014-03-18 18:59:48 +0000 (Tue, 18 Mar 2014) Log Message: ----------- Patch version check for xz.
Modified Paths: -------------- ipcop/trunk/make.sh Modified: ipcop/trunk/make.sh =================================================================== --- ipcop/trunk/make.sh 2014-03-18 14:15:26 UTC (rev 7345) +++ ipcop/trunk/make.sh 2014-03-18 18:59:48 UTC (rev 7346) @@ -2437,6 +2437,10 @@ beautify message INFO "${PKG_NAME} not used in ${SNAME}-${VERSION}" else PKG_LFS=`echo ${LINE} | cut -d" " -f2` + if [ x"${PKG_NAME}" == x"xz" ]; then + # Listed as Xz Utils in LFS + PKG_LFS=`echo ${LINE} | cut -d" " -f3` + fi if [ x"${PKG_NAME}" == x"linux" ]; then PKG_IPCOP=`grep ^PATCHLEVEL ${BASEDIR}/lfs/${PKG_NAME}|awk '{print $3}'` else This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn