2009-12-22 Felix Zielcke <fzielcke@z-51.de>

* util/grub-mkrescue.in (pkglib_DATA): Set to @pkglib_DATA@.
	* genmk.rb (class SCRIPT): Modify the target file instead of source.
This commit is contained in:
Felix Zielcke 2009-12-22 18:20:27 +01:00
parent d3d30ea08e
commit 990f35486e
3 changed files with 7 additions and 2 deletions

View file

@ -363,8 +363,8 @@ class Script
"CLEANFILES += #{@name}
#{@name}: #{src} $(#{src}_DEPENDENCIES) config.status
sed -i -e 's,@pkglib_DATA@,$(pkglib_DATA),g' $(srcdir)/#{src}
./config.status --file=#{name}:#{src}
sed -i -e 's,@pkglib_DATA@,$(pkglib_DATA),g' $@
chmod +x $@
"