diff --git a/www-client/badwolf/badwolf-0.3.0.ebuild b/www-client/badwolf/badwolf-0.3.0.ebuild index 9964a5aa26..96eb30bf21 100644 --- a/www-client/badwolf/badwolf-0.3.0.ebuild +++ b/www-client/badwolf/badwolf-0.3.0.ebuild @@ -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 } diff --git a/www-client/badwolf/badwolf-9999.ebuild b/www-client/badwolf/badwolf-9999.ebuild index 9964a5aa26..96eb30bf21 100644 --- a/www-client/badwolf/badwolf-9999.ebuild +++ b/www-client/badwolf/badwolf-9999.ebuild @@ -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 }