mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -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}"
|
||||
|
||||
src_configure() {
|
||||
restore_config config.h
|
||||
[[ "${PV}" == "9999" ]] || restore_config config.h
|
||||
default
|
||||
}
|
||||
|
||||
@@ -48,6 +48,6 @@ src_install() {
|
||||
PREFIX="/usr" \
|
||||
install
|
||||
|
||||
save_config config.h
|
||||
[[ "${PV}" == "9999" ]] || save_config config.h
|
||||
einstalldocs
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@ DEPEND="
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
restore_config config.h
|
||||
[[ "${PV}" == "9999" ]] || restore_config config.h
|
||||
default
|
||||
}
|
||||
|
||||
@@ -48,6 +48,6 @@ src_install() {
|
||||
PREFIX="/usr" \
|
||||
install
|
||||
|
||||
save_config config.h
|
||||
[[ "${PV}" == "9999" ]] || save_config config.h
|
||||
einstalldocs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user