mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
www-client/badwolf: Guard savedconfig command from live
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -30,7 +30,7 @@ DEPEND="
|
|||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
restore_config config.h
|
[[ "${PV}" == "9999" ]] || restore_config config.h
|
||||||
default
|
default
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -48,6 +48,6 @@ src_install() {
|
|||||||
PREFIX="/usr" \
|
PREFIX="/usr" \
|
||||||
install
|
install
|
||||||
|
|
||||||
save_config config.h
|
[[ "${PV}" == "9999" ]] || save_config config.h
|
||||||
einstalldocs
|
einstalldocs
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ DEPEND="
|
|||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
restore_config config.h
|
[[ "${PV}" == "9999" ]] || restore_config config.h
|
||||||
default
|
default
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -48,6 +48,6 @@ src_install() {
|
|||||||
PREFIX="/usr" \
|
PREFIX="/usr" \
|
||||||
install
|
install
|
||||||
|
|
||||||
save_config config.h
|
[[ "${PV}" == "9999" ]] || save_config config.h
|
||||||
einstalldocs
|
einstalldocs
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user