diff options
author | Cem Keylan <cem@ckyln.com> | 2021-08-09 22:48:47 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-08-09 22:48:47 +0300 |
commit | ea370f1df9fdea626f1ff9bf215b24432c1a5287 (patch) | |
tree | 0da6c8efc5b162a74b3478ebe29328d47f704ecf /extra/automake/build | |
parent | 664ec4dbccb9d72c3cc04093132f2a06555a476b (diff) | |
download | repository-ea370f1df9fdea626f1ff9bf215b24432c1a5287.tar.gz |
automake: move to community
Diffstat (limited to 'extra/automake/build')
-rwxr-xr-x | extra/automake/build | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/extra/automake/build b/extra/automake/build deleted file mode 100755 index 6daf22f8..00000000 --- a/extra/automake/build +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr - -make -make DESTDIR="$1" install |