aboutsummaryrefslogtreecommitdiff
path: root/linux/makepkg
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-12-10 17:53:09 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-12-10 17:55:28 +0100
commit4443655c13cbc437df71afbe16e4cd22ae6892bb (patch)
treea8d424fdd487daca22a7dd52bf185534e71374bd /linux/makepkg
parentfirejail profile: disable private-bin (diff)
downloadsmolbote-4443655c13cbc437df71afbe16e4cd22ae6892bb.tar.xz
Add separate firejail .desktop
Diffstat (limited to 'linux/makepkg')
-rw-r--r--linux/makepkg/PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/linux/makepkg/PKGBUILD b/linux/makepkg/PKGBUILD
index 67b0245..55eb000 100644
--- a/linux/makepkg/PKGBUILD
+++ b/linux/makepkg/PKGBUILD
@@ -75,13 +75,13 @@ package() {
cd $srcdir/build
DESTDIR="$pkgdir" ninja install
- msg Creating signing key in $srcdir/build/gpg
- mkdir $srcdir/build/gpg
- gpg2 --homedir=$srcdir/build/gpg --batch --generate-key $srcdir/smolbote/tools/gpgkey.preset
-
- msg Signing plugins
- for so in $pkgdir/usr/local/lib/smolbote/plugins/*.so; do
- gpg2 --homedir=$srcdir/build/gpg --batch --yes --local-user=smolbote@localhost --detach-sign --output=$so.sig $so
- done
+ #msg Creating signing key in $srcdir/build/gpg
+ #mkdir $srcdir/build/gpg
+ #gpg2 --homedir=$srcdir/build/gpg --batch --generate-key $srcdir/smolbote/tools/gpgkey.preset
+
+ #msg Signing plugins
+ #for so in $pkgdir/usr/local/lib/smolbote/plugins/*.so; do
+ # gpg2 --homedir=$srcdir/build/gpg --batch --yes --local-user=smolbote@localhost --detach-sign --output=$so.sig $so
+ #done
}