diff options
-rw-r--r-- | utils/nhfsstone/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/nhfsstone/Makefile b/utils/nhfsstone/Makefile index 55a09ee..d96d316 100644 --- a/utils/nhfsstone/Makefile +++ b/utils/nhfsstone/Makefile @@ -12,5 +12,5 @@ include $(TOP)rules.mk install:: for s in $(SCRIPTS); do \ - $(INSTALLBIN) $$s $(SBINDIR)/$(PREFIX)$k$$s; \ + $(INSTALLSCRIPT) $$s $(SBINDIR)/$(PREFIX)$k$$s; \ done |