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
|
|
@ -27,6 +27,6 @@ grep: $(GREP_OBJECTS)
|
|||
$(CC) $(CFLAGS) $^ $(LDFLAGS) -o $@
|
||||
|
||||
install: all
|
||||
install grep $(DESTDIR)$(PREFIX)/bin
|
||||
install -D grep $(DESTDIR)$(PREFIX)/bin/grep
|
||||
ln -sf $(PREFIX)/bin/grep $(DESTDIR)$(PREFIX)/bin/egrep
|
||||
ln -sf $(PREFIX)/bin/grep $(DESTDIR)$(PREFIX)/bin/fgrep
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue