From ea370f1df9fdea626f1ff9bf215b24432c1a5287 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 9 Aug 2021 22:48:47 +0300 Subject: automake: move to community --- community/automake/build | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 community/automake/build (limited to 'community/automake/build') 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 -- cgit v1.2.3