[neon/neon/keyring/Neon/unstable] debian: hardcode the name
Carlos De Maine
null at kde.org
Mon Aug 26 04:58:00 BST 2024
Git commit 87a1bfdeedbdedc43925588a82c21ec09487a0cf by Carlos De Maine.
Committed on 26/08/2024 at 03:58.
Pushed by carlosdem into branch 'Neon/unstable'.
hardcode the name
M +1 -1 debian/rules
https://invent.kde.org/neon/neon/keyring/-/commit/87a1bfdeedbdedc43925588a82c21ec09487a0cf
diff --git a/debian/rules b/debian/rules
index 63afd08..c5ade45 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ binary: build_neon_keyring
build_neon_keyring:
# create necessary dirs with required permissions
mkdir -p ~/.gnupg
- chown -R $(whoami) ~/.gnupg/
+ chown -R root ~/.gnupg/
chmod 600 ~/.gnupg/*
chmod 700 ~/.gnupg
# regenerate the keyrings to test
More information about the Neon-commits
mailing list