diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-16 17:41:02 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-16 17:41:02 +0300 |
commit | 619df6c7b2522b8384765ae54efac4f85131054b (patch) | |
tree | abe74e859280c4f0e33d233e017d9bc94bdd8d8d /community/talloc/build | |
parent | 15b02517c246fa43582dc9ea3afe48c115f6821c (diff) | |
download | repository-619df6c7b2522b8384765ae54efac4f85131054b.tar.gz |
notmuch, talloc: drop packages
Diffstat (limited to 'community/talloc/build')
-rwxr-xr-x | community/talloc/build | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/talloc/build b/community/talloc/build deleted file mode 100755 index 2634caa9..00000000 --- a/community/talloc/build +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --sbindir=/usr/bin \ - --disable-rpath \ - --without-gettext \ - --disable-python - -make -make DESTDIR="$1" install |