Package Details: oksh 0.5.0-1

Package Base: oksh
Description: Ported version of ksh from OpenBSD
Upstream URL: http://www.connochaetos.org/oksh
Category: system
Licenses: GPL3
Submitter: ndowens
Maintainer: gaby
Last Packager: gaby
Votes: 4
First Submitted: 2010-09-29 08:39
Last Updated: 2014-09-30 07:18

Dependencies (1)

Required by (0)

Sources

Latest Comments

Comment by gaby

2011-11-06 13:13

Dirty fix, in order to have the manpages at the right place.

--- PKGBUILD.1 2011-02-21 10:30:21.000000000 +0100
+++ PKGBUILD 2011-11-06 14:11:51.278955677 +0100
@@ -21,7 +21,7 @@
package() {
cd "$srcdir/$pkgname-$pkgver"

- make DESTDIR="$pkgdir/" mandir=$pkgdir/usr/share/man install
+ make DESTDIR="$pkgdir/" mandir=$pkgdir/usr/share/man/man1 install
}

# vim:set ts=2 sw=2 et:

Anonymous comment

2010-12-26 18:16

Homepage is http://www.connochaetos.org/oksh/