mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 02:56:31 +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
|
|
@ -15,4 +15,4 @@ miniperl: $(MINIPERL_OBJ)
|
|||
$(CC) $(CFLAGS) $^ $(LDFLAGS) -o $@
|
||||
|
||||
install: all
|
||||
install miniperl $(PREFIX)/bin/perl
|
||||
install miniperl $(DESTDIR)$(PREFIX)/bin/perl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue