X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=rules.mk;h=af6223beb45f8bc8117b7903d90b5bf57c5ed193;hb=44fe1998097c50802eeac0a831b0b730809ac4b0;hp=708c5a2f9f6702e6f230dcf337143e47fa1de6fb;hpb=ce5eab024583af5a4725503bad6ed2aee452b1aa;p=petitboot diff --git a/rules.mk b/rules.mk index 708c5a2..af6223b 100644 --- a/rules.mk +++ b/rules.mk @@ -58,12 +58,11 @@ parser-test: $(parser_test_objs) $(LINK.o) -o $@ $^ install: all - $(INSTALL) -D petitboot $(DESTDIR)$(sbindir)/petitboot - $(INSTALL) -D petitboot-udev-helper \ - $(DESTDIR)$(sbindir)/petitboot-udev-helper - $(INSTALL) -Dd $(DESTDIR)$(pkgdatadir)/artwork/ - $(INSTALL) -t $(DESTDIR)$(pkgdatadir)/artwork/ \ - $(foreach a,$(artwork),$(top_srcdir)/artwork/$(a)) + $(INSTALL) -d $(DESTDIR)$(sbindir)/ + $(INSTALL) discover/pb-discover $(uis) $(DESTDIR)$(sbindir)/ + $(INSTALL) -d $(DESTDIR)$(pkgdatadir)/artwork/ + $(INSTALL) $(addprefix $(top_srcdir)/ui/twin/artwork/,$(artwork)) \ + $(DESTDIR)$(pkgdatadir)/artwork/ dist: $(PACKAGE)-$(VERSION).tar.gz