diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,8 +14,8 @@ clean: install: all gprinstall -P $(PROJECT) -p --prefix=$(if $(DESTDIR),$(DESTDIR),/) - $(INSTALL) -Dm0755 usr.bin/false/false.sh $(DESTDIR)/usr/bin/false - $(INSTALL) -Dm0755 usr.bin/true/true.sh $(DESTDIR)/usr/bin/true + $(INSTALL) -Dm0755 bin/false/false.sh $(DESTDIR)/bin/false + $(INSTALL) -Dm0755 bin/true/true.sh $(DESTDIR)/bin/true prepare: $(GENERATED) |