Small fixes
This commit is contained in:
parent
a8284edeaf
commit
2ed100f817
@ -47,9 +47,9 @@ BDEPEND="
|
|||||||
"
|
"
|
||||||
|
|
||||||
PATCHES=(
|
PATCHES=(
|
||||||
${FILESDIR}/0001-system-prompt-allow-blank-passwords.patch
|
$"{FILESDIR}"/0001-system-prompt-allow-blank-passwords.patch
|
||||||
${FILESDIR}/0002-fix-locale-issue.patch
|
$"{FILESDIR}"/0002-fix-locale-issue.patch
|
||||||
${FILESDIR}/0003-fix-locale-issue-in-service-file-1.patch
|
$"{FILESDIR}"/0003-fix-locale-issue-in-service-file-1.patch
|
||||||
)
|
)
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
@ -68,7 +68,7 @@ src_install() {
|
|||||||
systemd_newunit "${FILESDIR}"/phosh.service 'phosh.service'
|
systemd_newunit "${FILESDIR}"/phosh.service 'phosh.service'
|
||||||
insinto /usr/share/applications/
|
insinto /usr/share/applications/
|
||||||
doins "${FILESDIR}"/sm.puri.OSK0.desktop
|
doins "${FILESDIR}"/sm.puri.OSK0.desktop
|
||||||
|
|
||||||
DOC_CONTENTS="To amend the existing password policy please see the man 5 passwdqc.conf
|
DOC_CONTENTS="To amend the existing password policy please see the man 5 passwdqc.conf
|
||||||
page and then edit the /etc/security/passwdqc.conf file to change enforce=none
|
page and then edit the /etc/security/passwdqc.conf file to change enforce=none
|
||||||
to allow use digit only password as phosh only support passcode for now"
|
to allow use digit only password as phosh only support passcode for now"
|
||||||
|
Loading…
Reference in New Issue
Block a user