Author: alexander
Date: 2007-12-29 02:12:59 -0700 (Sat, 29 Dec 2007)
New Revision: 2155
Modified:
trunk/packages/seamonkey/Makefile
Log:
Fixed error in escaping special characters in Makefile
Modified: trunk/packages/seamonkey/Makefile
===================================================================
--- trunk/packages/seamonkey/Makefile 2007-12-29 08:55:41 UTC (rev 2154)
+++ trunk/packages/seamonkey/Makefile 2007-12-29 09:12:59 UTC (rev 2155)
@@ -22,7 +22,7 @@
$(std_build)
compile-stage2:
- sed -i 's/-\$(MOZ_APP_VERSION)//' config/autoconf.mk.in
+ sed -i 's/-$$(MOZ_APP_VERSION)//' config/autoconf.mk.in
sed 's:@TOPSRCDIR@:$(ROOT)/$(PKG)/$(NM)/mozilla:' ../.mozconfig \
> .mozconfig
make -f client.mk build
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page