mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
app-admin/doasedit: fix docs, skip compile
Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2025 Gentoo Authors
|
# Copyright 1999-2026 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@@ -24,8 +24,11 @@ RDEPEND="
|
|||||||
app-admin/doas
|
app-admin/doas
|
||||||
"
|
"
|
||||||
|
|
||||||
src_install() {
|
src_compile() {
|
||||||
emake \
|
:
|
||||||
prefix="${D}"/usr \
|
}
|
||||||
install
|
|
||||||
|
src_install() {
|
||||||
|
emake prefix="${D}"/usr install
|
||||||
|
einstalldocs
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2025 Gentoo Authors
|
# Copyright 1999-2026 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@@ -24,8 +24,11 @@ RDEPEND="
|
|||||||
app-admin/doas
|
app-admin/doas
|
||||||
"
|
"
|
||||||
|
|
||||||
src_install() {
|
src_compile() {
|
||||||
emake \
|
:
|
||||||
prefix="${D}"/usr \
|
}
|
||||||
install
|
|
||||||
|
src_install() {
|
||||||
|
emake prefix="${D}"/usr install
|
||||||
|
einstalldocs
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2025 Gentoo Authors
|
# Copyright 1999-2026 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@@ -24,8 +24,11 @@ RDEPEND="
|
|||||||
app-admin/doas
|
app-admin/doas
|
||||||
"
|
"
|
||||||
|
|
||||||
src_install() {
|
src_compile() {
|
||||||
emake \
|
:
|
||||||
prefix="${D}"/usr \
|
}
|
||||||
install
|
|
||||||
|
src_install() {
|
||||||
|
emake prefix="${D}"/usr install
|
||||||
|
einstalldocs
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user