aboutsummaryrefslogtreecommitdiff
path: root/extra/automake/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-09-01 15:16:12 +0300
committerCem Keylan <cem@ckyln.com>2020-09-01 15:16:12 +0300
commit85e0379cb2b6e264ca7cadd05c36529c9939dd03 (patch)
treec3dc91650e3b26106eb7b369fef223c2f382c05f /extra/automake/build
parent413fe057203c2dc4ddad0830aa09d13bf4f25902 (diff)
downloadrepository-85e0379cb2b6e264ca7cadd05c36529c9939dd03.tar.gz
automake: add new package at 1.16.2
Diffstat (limited to 'extra/automake/build')
-rwxr-xr-xextra/automake/build7
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/automake/build b/extra/automake/build
new file mode 100755
index 00000000..6daf22f8
--- /dev/null
+++ b/extra/automake/build
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr
+
+make
+make DESTDIR="$1" install