Makefile: Work on BusyBox!
This commit is contained in:
parent
d0f9d8a087
commit
79ace1cccc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -33,7 +33,7 @@ dist/bin/%.bash: %.bash
|
||||||
|
|
||||||
dist/bin/%: scripts/% dist/bin
|
dist/bin/%: scripts/% dist/bin
|
||||||
sed 's/^\(.\s\+\)\("\)*.\+\/util\//\1\2$(shell \
|
sed 's/^\(.\s\+\)\("\)*.\+\/util\//\1\2$(shell \
|
||||||
sed 's/\([$\/]\)/\\\1/g' <<<$(PREFIX))\/lib\/bash-util\//' < $< > $@
|
echo -n $(PREFIX) | sed 's/\([$\/]\)/\\\1/g')\/lib\/bash-util\//' < $< > $@
|
||||||
chmod 755 $@
|
chmod 755 $@
|
||||||
|
|
||||||
dist/lib/bash-util:
|
dist/lib/bash-util:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue