mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 09:15:23 +01:00
Fix various things to use ${DESTDIR}
This commit is contained in:
parent
016b9511d2
commit
b8ef19150c
28 changed files with 46 additions and 36 deletions
|
|
@ -20,7 +20,7 @@ bison: src.a lib.a
|
|||
FORCE:
|
||||
|
||||
install:
|
||||
install bison $(DESTDIR)$(PREFIX)/bin
|
||||
install -D bison $(DESTDIR)$(PREFIX)/bin/bison
|
||||
rm -rf $(PREFIX)/share/bison
|
||||
install -d $(DESTDIR)$(PREFIX)/share/bison
|
||||
mv data/skeletons/ $(DESTDIR)$(PREFIX)/share/bison
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue