Author: pebender
Date: Sat May 30 20:01:57 2009
New Revision: 4857
Modified:
trunk/gar-minimyth/script/utils/busybox/Makefile
Log:
- Fixed error in the utils/busybox package Makefile.
Modified: trunk/gar-minimyth/script/utils/busybox/Makefile
==============================================================================
--- trunk/gar-minimyth/script/utils/busybox/Makefile (original)
+++ trunk/gar-minimyth/script/utils/busybox/Makefile Sat May 30 20:01:57
2009
@@ -36,6 +36,7 @@
extract-$(CONFIGFILE):
@cat $(DOWNLOADDIR)/$(CONFIGFILE) \
+ | sed -e 's...@gar_rootdir@%$(sysconfdir)%g' \
| sed -e 's...@gar_sysconfdir@%$(sysconfdir)%g' \
> $(WORKDIR)/$(CONFIGFILE)
@$(MAKECOOKIE)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---