filesystem: dont create /usr/man. Do create /usr/share/man and subdirs

This commit is contained in:
Fredrik Rinnestam 2015-07-25 23:44:59 +02:00
parent 1983b9b068
commit 5be877ca07
2 changed files with 12 additions and 12 deletions

View File

@ -37,17 +37,17 @@ drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib32/
lrwxrwxrwx root/root usr/lib64 -> lib
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
drwxr-xr-x root/root usr/man/man2/
drwxr-xr-x root/root usr/man/man3/
drwxr-xr-x root/root usr/man/man4/
drwxr-xr-x root/root usr/man/man5/
drwxr-xr-x root/root usr/man/man6/
drwxr-xr-x root/root usr/man/man7/
drwxr-xr-x root/root usr/man/man8/
drwxr-xr-x root/root usr/sbin/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
drwxr-xr-x root/root usr/share/man/man2/
drwxr-xr-x root/root usr/share/man/man3/
drwxr-xr-x root/root usr/share/man/man4/
drwxr-xr-x root/root usr/share/man/man5/
drwxr-xr-x root/root usr/share/man/man6/
drwxr-xr-x root/root usr/share/man/man7/
drwxr-xr-x root/root usr/share/man/man8/
drwxr-xr-x root/root usr/src/
lrwxrwxrwx root/root usr/var -> ../var
drwxr-xr-x root/root var/

View File

@ -4,7 +4,7 @@
name=filesystem
version=3.2
release=1
release=2
source=(issue motd shells group passwd shadow securetty fstab mime.types)
build() {
@ -28,9 +28,9 @@ build() {
mkdir $PKG/opt/bin
mkdir $PKG/opt/sbin
mkdir $PKG/usr
mkdir $PKG/usr/{bin,include,lib{,32},sbin,share,src,man}
mkdir $PKG/usr/{bin,include,lib{,32},sbin,share,src}
ln -s lib $PKG/usr/lib64
mkdir $PKG/usr/man/man{1,2,3,4,5,6,7,8}
mkdir -p $PKG/usr/share/man/man{1,2,3,4,5,6,7,8}
ln -s ../var $PKG/usr/var
mkdir $PKG/var
mkdir $PKG/var/cache