summaryrefslogtreecommitdiff
path: root/bash/build
diff options
context:
space:
mode:
authorAlejandro W. Sior <aho@sior.be>2023-02-02 22:38:14 +0100
committerAlejandro W. Sior <aho@sior.be>2023-02-02 22:38:14 +0100
commitbb559015a9254ab6b7a6b7078438603be2609333 (patch)
tree28234fb2a88d74b84c851a36b0b11f6d8fa07ecb /bash/build
parentceacbccf3252a89586867040ce9e7b1a578d7cbb (diff)
bash: new package at version 5.2.15
Diffstat (limited to 'bash/build')
-rw-r--r--bash/build7
1 files changed, 7 insertions, 0 deletions
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