From f736d34cc9cb4be91d0b59b98141915abe5764ad Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Sat, 6 Jul 2019 04:39:14 -0500 Subject: {usr.bin => bin}/{true,false}: put true/false where they belong --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1d58eaf..d481a3d 100644 --- a/Makefile +++ b/Makefile @@ -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) -- cgit v1.2.3-60-g2f50