]> git.armaanb.net Git - asd-repo.git/blobdiff - core/libgcrypt/build
gnupg1: switch to from gnupg2
[asd-repo.git] / core / libgcrypt / build
diff --git a/core/libgcrypt/build b/core/libgcrypt/build
deleted file mode 100755 (executable)
index 80ce93e..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh -e
-
-./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --mandir=/usr/share/man \
-    --localstatedir=/var
-
-make
-make DESTDIR="$1" install