diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-12-10 17:53:09 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-12-10 17:55:28 +0100 |
commit | 4443655c13cbc437df71afbe16e4cd22ae6892bb (patch) | |
tree | a8d424fdd487daca22a7dd52bf185534e71374bd /linux/makepkg/PKGBUILD | |
parent | firejail profile: disable private-bin (diff) | |
download | smolbote-4443655c13cbc437df71afbe16e4cd22ae6892bb.tar.xz |
Add separate firejail .desktop
Diffstat (limited to 'linux/makepkg/PKGBUILD')
-rw-r--r-- | linux/makepkg/PKGBUILD | 16 |
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 } |