mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 17:25:24 +01:00
Add support for DESTDIR variable in make install.
This commit is contained in:
parent
dcec416d0f
commit
70d1fc4163
60 changed files with 147 additions and 163 deletions
|
|
@ -20,8 +20,8 @@ bison: src.a lib.a
|
|||
FORCE:
|
||||
|
||||
install:
|
||||
install bison $(PREFIX)/bin
|
||||
install bison $(DESTDIR)$(PREFIX)/bin
|
||||
rm -rf $(PREFIX)/share/bison
|
||||
install -d $(PREFIX)/share/bison
|
||||
mv data/skeletons/ $(PREFIX)/share/bison
|
||||
mv data/m4sugar/ $(PREFIX)/share/bison
|
||||
install -d $(DESTDIR)$(PREFIX)/share/bison
|
||||
mv data/skeletons/ $(DESTDIR)$(PREFIX)/share/bison
|
||||
mv data/m4sugar/ $(DESTDIR)$(PREFIX)/share/bison
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue