diff options
author | Cem Keylan <cem@ckyln.com> | 2020-03-21 15:26:34 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-03-21 23:18:11 +0300 |
commit | ce694e254a37a72b096b88a82f6a4023494c009d (patch) | |
tree | b3ca06f1e15961b22295d0489b01b545df9dc794 /extra/gnupg1/build | |
parent | 4010357362bf056a308e24e527171f4faa5018e3 (diff) | |
download | repository-ce694e254a37a72b096b88a82f6a4023494c009d.tar.gz |
gnupg1: remove from repositories
Diffstat (limited to 'extra/gnupg1/build')
-rwxr-xr-x | extra/gnupg1/build | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/extra/gnupg1/build b/extra/gnupg1/build deleted file mode 100755 index 2f29dbb8..00000000 --- a/extra/gnupg1/build +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --enable-noexecstack - -make -make DESTDIR="$1" install |