From 25eb760ffa250db33789d0d5e4e180b48b9c93a7 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 9 Aug 2021 22:48:57 +0300 Subject: autoconf: move to community --- community/autoconf/build | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 community/autoconf/build (limited to 'community/autoconf/build') diff --git a/community/autoconf/build b/community/autoconf/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/community/autoconf/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install -- cgit v1.2.3