From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2330615808B for ; Sat, 17 Feb 2024 05:55:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A31AE29D8; Sat, 17 Feb 2024 05:55:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24260E29D8 for ; Sat, 17 Feb 2024 05:55:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15AC633FD3F for ; Sat, 17 Feb 2024 05:55:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 735EF14CA for ; Sat, 17 Feb 2024 05:55:28 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1708149317.96e15a9bc9c9462f7eb5986bb77e155ca92dd797.robbat2@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 96e15a9bc9c9462f7eb5986bb77e155ca92dd797 X-VCS-Branch: master Date: Sat, 17 Feb 2024 05:55:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 65ea7d20-2f4a-4088-94ef-f5b1a3c90c21 X-Archives-Hash: 28ff44dfaac9c4c04c369915f62d07cf commit: 96e15a9bc9c9462f7eb5986bb77e155ca92dd797 Author: Robin H. Johnson gentoo org> AuthorDate: Sat Feb 17 05:55:17 2024 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sat Feb 17 05:55:17 2024 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=96e15a9b build: fix manpage install Signed-off-by: Robin H. Johnson gentoo.org> Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5f8e031..1e20ef5 100644 --- a/Makefile +++ b/Makefile @@ -216,7 +216,7 @@ install: all install $(BUILD_DIR)/software.sh $(DESTDIR)/$(PREFIX)/share/genkernel/defaults - install -d $(DESTDIR)/$(MANDIR) + install -d $(DESTDIR)/$(MANDIR)/man8 install $(BUILD_DIR)/genkernel.8 $(DESTDIR)/$(MANDIR)/man8 # No trailing blank lines please.