Hi Denis,
I had a problem with one sed call in wmii's Makefile
(today's repository, on Solaris). The following patch
fixes the problem for me:
diff -r wmii.org/Makefile wmii/Makefile
60c60
< @sed 's/VERSION/${VERSION}/g ; s,CONFPREFIX,${CONFPREFIX},g' < wmii.1 > ${DESTDIR}${MANPREFIX}/man1/wmii.1
--- > @sed 's|VERSION|${VERSION}|g; s|CONFPREFIX|${CONFPREFIX}|g' < wmii.1 > ${DESTDIR}${MANPREFIX}/man1/wmii.1 Maybe Sun's sed doesn't like the commas as separator? Regards, Stefan -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurferReceived on Wed Jan 03 2007 - 11:17:16 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 16:17:34 UTC