commit: b4a9bd3ce3450a36298ee6c7cfdd81a19d3eafbb
Author: Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
AuthorDate: Wed Sep 1 12:38:26 2021 +0000
Commit: Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
CommitDate: Wed Sep 1 12:38:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b4a9bd3c
gui-wm/phosh: Ebuild fixes
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Gerben jan Dijkman <gjdijkman <AT> gjdwebserver.nl>
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 86c81ac30..79530c4dc 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"