From bb559015a9254ab6b7a6b7078438603be2609333 Mon Sep 17 00:00:00 2001 From: "Alejandro W. Sior" Date: Thu, 2 Feb 2023 22:38:14 +0100 Subject: bash: new package at version 5.2.15 --- bash/build | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bash/build (limited to 'bash/build') diff --git a/bash/build b/bash/build new file mode 100644 index 0000000..261e1f9 --- /dev/null +++ b/bash/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR=$1 install -- cgit v1.2.3