aboutsummaryrefslogtreecommitdiff
path: root/extra/yash/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-06-02 02:08:41 +0300
committerCem Keylan <cem@ckyln.com>2020-06-02 02:08:41 +0300
commit9ab88b19d4265a47e753c33dde9f79cc336ff983 (patch)
treea532fd0607931d465b6536c092cce388d3617129 /extra/yash/build
parentdc4ffd1e23745355aec13e197df30ef3ba62c5cf (diff)
downloadrepository-9ab88b19d4265a47e753c33dde9f79cc336ff983.tar.gz
yash: drop from repositories
Diffstat (limited to 'extra/yash/build')
-rwxr-xr-xextra/yash/build15
1 files changed, 0 insertions, 15 deletions
diff --git a/extra/yash/build b/extra/yash/build
deleted file mode 100755
index 68d47759..00000000
--- a/extra/yash/build
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr \
- --enable-help \
- --enable-history \
- --disable-nls \
- --enable-printf \
- --enable-socket \
- --enable-lineedit
-
-make
-make DESTDIR="$1" install
-
-ln -sf yash "$1/usr/bin/sh"