From 5708db2ffff3592f58107d50716a52ac9adff301 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Wed, 19 Jun 2024 20:14:02 +0900 Subject: [PATCH] . --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 664feb5..930261e 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ release: -static ${LDFLAGS} strip release/bin/${NAME}-${VERSION}-${OS}-${UNAME_M} -install: all +install: mkdir -p ${DESTDIR}${PREFIX}/bin cp -f ${NAME} ${DESTDIR}${PREFIX}/bin chmod 755 ${DESTDIR}${PREFIX}/bin/${NAME}