ppcrcd/trunk/Makefile
sparky
cvs at pld-linux.org
Fri Aug 11 14:44:28 CEST 2006
Author: sparky
Date: Fri Aug 11 14:44:27 2006
New Revision: 7666
Modified:
ppcrcd/trunk/Makefile
Log:
- fixed path
Modified: ppcrcd/trunk/Makefile
==============================================================================
--- ppcrcd/trunk/Makefile (original)
+++ ppcrcd/trunk/Makefile Fri Aug 11 14:44:27 2006
@@ -354,9 +354,9 @@
@echo -n '<tt>MD5: '
@md5sum out/ppcrcd.iso | awk '{print $$1 "</tt>"}'
@echo '</p><h4>bonus files:</h4><pre>'
- @md5sum page.work/$(DATE)/bonus/* | perl -n -e \
- '@a = split(/\s+/); @s = stat $$a[1]; $$a[1] =~ s#.*/##;' \
- -e 'print $$a[0], qq# <a href="$$a[1]">$$a[1]</a> (#,' \
+ @md5sum page.work/$(DATE)/bonus/* | perl -n -e '@a = split(/\s+/);' \
+ -e '@s = stat $$a[1]; $$a[1] =~ s#.*/##; print $$a[0], ' \
+ -e 'qq# <a href="$(DATE)/bonus/$$a[1]">$$a[1]</a> (#,' \
-e 'int $$s[7]/1024, "kb)\n";'
@echo '</pre><h3>Installed packages</h3><pre>'
@make --no-print-directory info
More information about the pld-cvs-commit
mailing list