From d360f4601f24febd6461b3163b2dd93401db67b0 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 21 Feb 2022 20:40:32 +0000 Subject: moved dash to /usr/bin --- repo/util/dash.xibuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'repo') diff --git a/repo/util/dash.xibuild b/repo/util/dash.xibuild index efa371e..e3344f2 100644 --- a/repo/util/dash.xibuild +++ b/repo/util/dash.xibuild @@ -8,12 +8,14 @@ SOURCE=http://gondor.apana.org.au/~herbert/dash/files/dash-$PKG_VER.tar.gz DESC="POSIX compliant shell that aims to be as small as possible" build () { - ./configure --bindir=/bin --mandir=/usr/share/man && + ./configure --bindir=/usr/bin --mandir=/usr/share/man && make } package () { make DESTDIR=$PKG_DEST install + + ln -s dash $PKG_DEST/usr/bin/sh } -- cgit v1.2.1