From 054881338d7facac6582d78ad7314f9b488aaaf7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Fri, 5 Jul 2024 15:08:01 +0900 Subject: [PATCH] =?utf8?q?=E8=A6=81=E3=82=89=E3=81=AA=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1e7727e..1ae0969 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ release-linux: -static -lgpgme -lcrypto -lc -lassuan -lgpg-error strip release/bin/${NAME}-${VERSION}-linux-${UNAME_M} -install: all +install: mkdir -p ${DESTDIR}${PREFIX}/bin cp -f ${NAME} ${DESTDIR}${PREFIX}/bin chmod 755 ${DESTDIR}${PREFIX}/bin/${NAME} -- 2.43.0