Author: pebender
Date: Sat Jan 17 08:38:32 2009
New Revision: 4266
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/Makefile
Log:
- Don't include error message related web file in the binary image.
Modified: trunk/gar-minimyth/script/meta/minimyth/files/source/Makefile
==============================================================================
--- trunk/gar-minimyth/script/meta/minimyth/files/source/Makefile
(original)
+++ trunk/gar-minimyth/script/meta/minimyth/files/source/Makefile Sat Jan
17 08:38:32 2009
@@ -199,6 +199,8 @@
| sed -e 's%^\(\$(top_source)/html\)/\(.*\)$$%\1/\2
$...@~/srv/www/\2%' \
| xargs -n 2 cp -fpd
@rm -rf $...@~/srv/www/download
+ @rm -rf $...@~/srv/www/error
+ @rm -rf $...@~/srv/www/robots.txt
@# Copy package rootfs files.
@find $(top_source)/rootfs -depth -type d \
| sed -e 's%^\$(top_source)/rootf...@~%' \
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---