diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-02 02:08:41 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-02 02:08:41 +0300 |
commit | 9ab88b19d4265a47e753c33dde9f79cc336ff983 (patch) | |
tree | a532fd0607931d465b6536c092cce388d3617129 /extra/yash/build | |
parent | dc4ffd1e23745355aec13e197df30ef3ba62c5cf (diff) | |
download | repository-9ab88b19d4265a47e753c33dde9f79cc336ff983.tar.gz |
yash: drop from repositories
Diffstat (limited to 'extra/yash/build')
-rwxr-xr-x | extra/yash/build | 15 |
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" |