aboutsummaryrefslogtreecommitdiff
path: root/extra/automake/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-08-09 22:48:47 +0300
committerCem Keylan <cem@ckyln.com>2021-08-09 22:48:47 +0300
commitea370f1df9fdea626f1ff9bf215b24432c1a5287 (patch)
tree0da6c8efc5b162a74b3478ebe29328d47f704ecf /extra/automake/build
parent664ec4dbccb9d72c3cc04093132f2a06555a476b (diff)
downloadrepository-ea370f1df9fdea626f1ff9bf215b24432c1a5287.tar.gz
automake: move to community
Diffstat (limited to 'extra/automake/build')
-rwxr-xr-xextra/automake/build7
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