]> git.armaanb.net Git - asd-repo.git/blobdiff - extra/libgcrypt/build
chromium: build without libgcrypt
[asd-repo.git] / extra / libgcrypt / build
diff --git a/extra/libgcrypt/build b/extra/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