From 2ed100f817ce703b9c0a2cf20d527434fa78d167 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Wed, 1 Sep 2021 14:37:18 +0200 Subject: [PATCH] Small fixes --- 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 86c81ac..79530c4 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"