commit 0fb63b97110cd843504aec2fb3a4a3af3dfb861c
parent 79c3e94030637f9b123e7d4dbb1c358a1b1ccb48
Author: hhvn <dev@haydenvh.com>
Date: Sun, 28 Mar 2021 00:53:57 +0000
makefile: add install-sh target to install
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/makefile b/makefile
@@ -73,7 +73,7 @@ clean:
install-sh:
install -m 755 create.sh $(DESTDIR)$(PREFIX)/bin/stagit-gopher-create
-install: all
+install: all install-sh
# installing executable files.
mkdir -p ${DESTDIR}${PREFIX}/bin
cp -f ${BIN} ${DESTDIR}${PREFIX}/bin