Author: pebender
Date: Sat May 30 20:03:54 2009
New Revision: 4858
Modified:
trunk/gar-minimyth/script/utils/busybox/Makefile
Log:
- Fixed previous fix.
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:03:54
2009
@@ -36,7 +36,7 @@
extract-$(CONFIGFILE):
@cat $(DOWNLOADDIR)/$(CONFIGFILE) \
- | sed -e 's...@gar_rootdir@%$(sysconfdir)%g' \
+ | sed -e 's...@gar_rootdir@%$(rootdir)%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
-~----------~----~----~----~------~----~------~--~---