diff --git a/util/shell/dash/actions.py b/util/shell/dash/actions.py index a994b32181..59a722dc93 100644 --- a/util/shell/dash/actions.py +++ b/util/shell/dash/actions.py @@ -2,14 +2,14 @@ # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt +# See the file https://www.gnu.org/licenses/gpl-3.0.txt from pisi.actionsapi import autotools from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.configure("--prefix=/") + autotools.configure("--prefix=/usr") def build(): autotools.make() @@ -17,4 +17,5 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + pisitools.dosym("/usr/bin/dash", "/bin/dash") pisitools.dodoc("COPYING") diff --git a/util/shell/dash/pspec.xml b/util/shell/dash/pspec.xml index 501debaea1..955d7177ae 100644 --- a/util/shell/dash/pspec.xml +++ b/util/shell/dash/pspec.xml @@ -1,5 +1,5 @@ - + dash @@ -8,23 +8,31 @@ PisiLinux Community admins@pisilinux.org - BSD + BSDv3 app:console - Small and fast POSIX-compliant shell + Small and fast POSIX-compliant shell. DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as possible. - http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.10.2.tar.gz + http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.12.tar.gz dash - /bin/dash + /bin + /usr/bin /usr/share/man /usr/share/doc + + 2025-05-16 + 0.5.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-01-25 0.5.10.2