X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=Makefile;h=240f5d6901a10752a653bd8b9acc74db80b7129a;hp=642850d84ef578284644525bb71283d9e84c823a;hb=97c3ef20eed550aa3323fa20848a62f9abe87704;hpb=bd803b47266f399c41c7e560b8769ef172f0fca9 diff --git a/Makefile b/Makefile index 642850d..240f5d6 100644 --- a/Makefile +++ b/Makefile @@ -27,10 +27,10 @@ udev-helper: devices/udev-helper.o devices/params.o devices/yaboot-cfg.o \ devices/%: CFLAGS+=-I. install: all - $(INSTALL) -D petitboot $(PREFIX)/sbin/petitboot - $(INSTALL) -D udev-helper $(PREFIX)/sbin/udev-helper - $(INSTALL) -Dd $(PREFIX)/share/petitboot/artwork/ - $(INSTALL) -t $(PREFIX)/share/petitboot/artwork/ \ + $(INSTALL) -D petitboot $(DESTDIR)$(PREFIX)/sbin/petitboot + $(INSTALL) -D udev-helper $(DESTDIR)$(PREFIX)/sbin/udev-helper + $(INSTALL) -Dd $(DESTDIR)$(PREFIX)/share/petitboot/artwork/ + $(INSTALL) -t $(DESTDIR)$(PREFIX)/share/petitboot/artwork/ \ $(foreach a,$(ARTWORK),artwork/$(a)) dist: $(PACKAGE)-$(VERSION).tar.gz