net-im/mjolnir: keyword 1.5.0 for ~amd64
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: tastytea <tastytea@tastytea.de>
This commit is contained in:
parent
1d130f8672
commit
51631cc764
|
@ -16,7 +16,7 @@ SRC_URI="
|
||||||
|
|
||||||
LICENSE="0BSD Apache-2.0 BSD BSD-2 ISC MIT PYTHON Unlicense"
|
LICENSE="0BSD Apache-2.0 BSD BSD-2 ISC MIT PYTHON Unlicense"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
# KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
IUSE="doc"
|
IUSE="doc"
|
||||||
|
|
||||||
RDEPEND=">=net-libs/nodejs-16"
|
RDEPEND=">=net-libs/nodejs-16"
|
||||||
|
@ -50,7 +50,7 @@ src_install() {
|
||||||
newinitd "${FILESDIR}"/${PN}.initd ${PN}
|
newinitd "${FILESDIR}"/${PN}.initd ${PN}
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinstall() {
|
pkg_postinst() {
|
||||||
if [[ ! -f "${EROOT}"/opt/${PN}/config/production.yaml ]]; then
|
if [[ ! -f "${EROOT}"/opt/${PN}/config/production.yaml ]]; then
|
||||||
elog "Copy the configuration example from /usr/share/doc/${PF}/default.yaml*"
|
elog "Copy the configuration example from /usr/share/doc/${PF}/default.yaml*"
|
||||||
elog "into /opt/${PN}/config/production.yaml and edit it."
|
elog "into /opt/${PN}/config/production.yaml and edit it."
|
||||||
|
|
Reference in New Issue
Block a user