This commit is contained in:
Gerben Jan Dijkman 2021-08-13 17:00:58 +02:00
parent 5ba2f0c245
commit 1ff4965c29

View File

@ -44,6 +44,9 @@ BDEPEND="
S="${WORKDIR}/Authenticator-${PV}-${COMMIT}"
src_install() {
local emesonargs=(
live
)
meson_src_install
}