aboutsummaryrefslogtreecommitdiff
path: root/community/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 /community/automake/build
parent664ec4dbccb9d72c3cc04093132f2a06555a476b (diff)
downloadrepository-ea370f1df9fdea626f1ff9bf215b24432c1a5287.tar.gz
automake: move to community
Diffstat (limited to 'community/automake/build')
-rwxr-xr-xcommunity/automake/build7
1 files changed, 7 insertions, 0 deletions
diff --git a/community/automake/build b/community/automake/build
new file mode 100755
index 00000000..6daf22f8
--- /dev/null
+++ b/community/automake/build
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr
+
+make
+make DESTDIR="$1" install