[neon/neon/keyring/Neon/unstable] debian: the variable din't work \o/
Carlos De Maine
null at kde.org
Thu Aug 29 11:28:31 BST 2024
Git commit e0495132c47b98f290ba4c77d9dc3b1083ae9943 by Carlos De Maine.
Committed on 29/08/2024 at 10:28.
Pushed by carlosdem into branch 'Neon/unstable'.
the variable din't work \o/
M +2 -1 debian/neon-keyring.postinst
https://invent.kde.org/neon/neon/keyring/-/commit/e0495132c47b98f290ba4c77d9dc3b1083ae9943
diff --git a/debian/neon-keyring.postinst b/debian/neon-keyring.postinst
index 86bd416..aef892b 100644
--- a/debian/neon-keyring.postinst
+++ b/debian/neon-keyring.postinst
@@ -43,7 +43,8 @@ if [ "$1" = 'configure' -a -n "$2" ]; then
# update the *.list to reflect the signed key path
SIGNEDBY='[signed-by=/etc/apt/keyrings/ubuntu-local-archive-one-time-signing-key.gpg]'
DEB_LIST=/etc/apt/sources.list.d/preinstalled-pool.list
- touch $DEB_LIST
+ #touch $DEB_LIST
+ touch /etc/apt/sources.list.d/preinstalled-pool.list
sed -i "s#deb [arch=$ARCH] file#deb [arch=$ARCH $SIGNEDBY file#" $DEB_LIST
done
fi
More information about the Neon-commits
mailing list