diff options
Diffstat (limited to 'testing/libassuan/build')
-rwxr-xr-x | testing/libassuan/build | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/testing/libassuan/build b/testing/libassuan/build deleted file mode 100755 index ffd10172..00000000 --- a/testing/libassuan/build +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --enable-static - -make -make DESTDIR="$1" install |