mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 04:20:27 +02:00
pentoo-installer: a few fixed bugs
This commit is contained in:
parent
e000264e74
commit
f1608cf567
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ if [[ "${PV}" == "99999999" ]] ; then
|
|||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
GIT_COMMIT="dd8c684582c2f523446946b5b63f81037f2b08e6"
|
||||
GIT_COMMIT="99b35866e4ca975a02843aa43f9eed21db28d9de"
|
||||
SRC_URI="https://github.com/pentoo/pentoo-installer/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${GIT_COMMIT}"
|
||||
fi
|
||||
Loading…
Reference in a new issue