gui-apps/somebar: use double brackets not single

Signed-off-by: Dex Conner <cantcuckthis@danwin1210.de>
This commit is contained in:
Dex Conner
2022-04-15 08:25:52 +03:00
parent 43810f1f7f
commit 4b9d234baa

View File

@@ -27,7 +27,7 @@ BDEPEND="
src_prepare() {
default
use savedconfig && restore_config src/config.hpp
[ -f src/config.hpp ] || cp src/config.def.hpp src/config.hpp
[[ -f src/config.hpp ]] || cp src/config.def.hpp src/config.hpp
}
src_install() {