fixed bug introduced in download_sources target

This commit is contained in:
phanes
2023-04-02 18:49:57 -04:00
parent f276e5e3e7
commit 7428c41ce9
4 changed files with 9 additions and 2 deletions

View File

@@ -138,7 +138,7 @@ mode_build() {
--sysconfdir=/etc \
--disable-static \
--with-history \
--docdir=/usr/share/doc/${APPNAME}-${VERSION}
--docdir=/usr/share/doc/${APPNAME}-${VERSION} \
PYTHON=/usr/bin/python3
assert_zero $?