Fixed working dir

This commit is contained in:
Gerben Jan Dijkman 2021-08-13 15:42:16 +02:00
parent e718049eae
commit 6461a84dca

View File

@ -6,6 +6,8 @@ VALA_USE_DEPEND="vapigen"
inherit vala meson gnome2-utils xdg inherit vala meson gnome2-utils xdg
COMMIT="ba1894159358275be2765bc42ef89782a2d1d45d"
DESCRIPTION="Simple application for generating Two-Factor Authentication Codes." DESCRIPTION="Simple application for generating Two-Factor Authentication Codes."
HOMEPAGE="https://gitlab.gnome.org/World/Authenticator" HOMEPAGE="https://gitlab.gnome.org/World/Authenticator"
SRC_URI="https://gitlab.gnome.org/World/Authenticator/-/archive/${PV}/${PN}-${PV}.tar.gz" SRC_URI="https://gitlab.gnome.org/World/Authenticator/-/archive/${PV}/${PN}-${PV}.tar.gz"
@ -30,7 +32,7 @@ BDEPEND="
dev-libs/gobject-introspection dev-libs/gobject-introspection
" "
S="${WORKDIR}/$PN-${PV}" S="${WORKDIR}/$PN-${PV}-${COMMIT}"
src_install() { src_install() {
meson_src_install meson_src_install