mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 01:05:24 +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
|
|
@ -38,5 +38,5 @@ skel.c: mkskel.sh flex.skl
|
|||
/bin/sh ./mkskel.sh ./flex.skl > skel.c
|
||||
|
||||
install: all
|
||||
install flex $(DESTDIR)$(PREFIX)/bin
|
||||
install -D flex $(DESTDIR)$(PREFIX)/bin/flex
|
||||
ln -sf $(PREFIX)/bin/flex $(DESTDIR)$(PREFIX)/bin/lex
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue