2010-01-16 Grégoire Sutre <gregoire.sutre@gmail.com>
* genmk.rb (class SCRIPT): Replace option -i of sed by a pipe.
This commit is contained in:
parent
409ae1c92a
commit
e15c215ebd
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-01-16 Grégoire Sutre <gregoire.sutre@gmail.com>
|
||||
|
||||
* genmk.rb (class SCRIPT): Replace option -i of sed by a pipe.
|
||||
|
||||
2010-01-16 Carles Pina i Estany <carles@pina.cat>
|
||||
|
||||
* util/grub-editenv.c (usage): Use `program_name' instead of hardcoded
|
||||
|
|
3
genmk.rb
3
genmk.rb
|
@ -370,8 +370,7 @@ class Script
|
|||
"CLEANFILES += #{@name}
|
||||
|
||||
#{@name}: #{src} $(#{src}_DEPENDENCIES) config.status
|
||||
./config.status --file=#{name}:#{src}
|
||||
sed -i -e 's,@pkglib_DATA@,$(pkglib_DATA),g' $@
|
||||
./config.status --file=-:#{src} | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
|
||||
chmod +x $@
|
||||
|
||||
"
|
||||
|
|
Loading…
Reference in a new issue