http://bugs.linuxfromscratch.org/show_bug.cgi?id=1600
------- Additional Comments From [EMAIL PROTECTED] 2005-08-14 09:23 ------- For matching current conventions (I think) of using '@' where '/' can't be used, I just tested the following. Note that the global 'g' operator isn't required as there's only one occurrence of the pattern on each line. sed -i 's@/doc@&/sed-$(VERSION)@' doc/Makefile.in Looks like it works fine. Did you get a response from upstream? And can I apply the above, or did you want to do it yourself? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. You are the QA contact for the bug, or are watching the QA contact. -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
