mksh: update to R52, move man-page

This commit is contained in:
Juergen Daubert 2015-12-19 12:42:24 +01:00
parent 8f01a665b2
commit 285169844a
3 changed files with 7 additions and 6 deletions

View File

@ -3,6 +3,7 @@ drwxr-xr-x root/root bin/
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/mkshrc
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/mksh.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/mksh.1.gz

View File

@ -1 +1 @@
8e522475da795c60f35a6f8035481baf mksh-R51.tgz
cd5b92fc2e455d33cbd59f3e7518f257 mksh-R52.tgz

View File

@ -5,7 +5,7 @@
# Depends on:
name=mksh
version=R51
version=R52
release=1
source=(http://www.mirbsd.org/MirOS/dist/mir/mksh/$name-$version.tgz)
@ -15,6 +15,6 @@ build() {
sh Build.sh -r
install -D -m 0755 $name $PKG/bin/$name
install -D -m 0644 $name.1 $PKG/usr/man/man1/$name.1
install -D -m 0644 $name.1 $PKG/usr/share/man/man1/$name.1
install -D -m 0644 dot.${name}rc $PKG/etc/${name}rc
}