mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-10 05:15: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
|
|
@ -29,5 +29,5 @@ diff: $(DIFF_OBJECTS)
|
|||
$(CC) $(CFLAGS) $^ $(LDFLAGS) -o $@
|
||||
|
||||
install: all
|
||||
install cmp $(PREFIX)/bin
|
||||
install diff $(PREFIX)/bin
|
||||
install cmp $(DESTDIR)$(PREFIX)/bin
|
||||
install diff $(DESTDIR)$(PREFIX)/bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue