From b4a9bd3ce3450a36298ee6c7cfdd81a19d3eafbb Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Wed, 1 Sep 2021 14:38:26 +0200 Subject: [PATCH] gui-wm/phosh: Ebuild fixes Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Gerben jan Dijkman --- gui-wm/phosh/phosh-0.13.1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gui-wm/phosh/phosh-0.13.1.ebuild b/gui-wm/phosh/phosh-0.13.1.ebuild index 86c81ac302..79530c4dc7 100644 --- a/gui-wm/phosh/phosh-0.13.1.ebuild +++ b/gui-wm/phosh/phosh-0.13.1.ebuild @@ -47,9 +47,9 @@ BDEPEND=" " PATCHES=( - ${FILESDIR}/0001-system-prompt-allow-blank-passwords.patch - ${FILESDIR}/0002-fix-locale-issue.patch - ${FILESDIR}/0003-fix-locale-issue-in-service-file-1.patch + $"{FILESDIR}"/0001-system-prompt-allow-blank-passwords.patch + $"{FILESDIR}"/0002-fix-locale-issue.patch + $"{FILESDIR}"/0003-fix-locale-issue-in-service-file-1.patch ) src_prepare() { @@ -68,7 +68,7 @@ src_install() { systemd_newunit "${FILESDIR}"/phosh.service 'phosh.service' insinto /usr/share/applications/ doins "${FILESDIR}"/sm.puri.OSK0.desktop - + 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 to allow use digit only password as phosh only support passcode for now"