[wmii] Problem with sed in wmii's Makefile

From: Stefan Tibus <sjti_AT_gmx.net>
Date: Wed, 03 Jan 2007 11:16:46 +0100

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/smartsurfer
Received 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