CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
sysvinit: updated mandir
authorVictor Martinez <pitillo@ono.com>
Fri, 13 Nov 2015 13:38:51 +0000 (13:38 +0000)
committerVictor Martinez <pitillo@ono.com>
Fri, 13 Nov 2015 13:38:51 +0000 (13:38 +0000)
sysvinit/.footprint
sysvinit/Pkgfile

index b289a3a26797468c47eb27c10694898f8d2054d0..4c01d13119337a868bf9af464e70a2d7a276316d 100644 (file)
@@ -14,23 +14,24 @@ lrwxrwxrwx  root/root       sbin/telinit -> init
 drwxr-xr-x     root/root       usr/
 drwxr-xr-x     root/root       usr/include/
 -rw-r--r--     root/root       usr/include/initreq.h
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man1/
-drwxr-xr-x     root/root       usr/man/man5/
--rw-r--r--     root/root       usr/man/man5/initscript.5.gz
--rw-r--r--     root/root       usr/man/man5/inittab.5.gz
-drwxr-xr-x     root/root       usr/man/man8/
--rw-r--r--     root/root       usr/man/man8/bootlogd.8.gz
--rw-r--r--     root/root       usr/man/man8/fstab-decode.8.gz
--rw-r--r--     root/root       usr/man/man8/halt.8.gz
--rw-r--r--     root/root       usr/man/man8/init.8.gz
--rw-r--r--     root/root       usr/man/man8/killall5.8.gz
--rw-r--r--     root/root       usr/man/man8/poweroff.8.gz
--rw-r--r--     root/root       usr/man/man8/reboot.8.gz
--rw-r--r--     root/root       usr/man/man8/runlevel.8.gz
--rw-r--r--     root/root       usr/man/man8/shutdown.8.gz
--rw-r--r--     root/root       usr/man/man8/sulogin.8.gz
--rw-r--r--     root/root       usr/man/man8/telinit.8.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/
+drwxr-xr-x     root/root       usr/share/man/man5/
+-rw-r--r--     root/root       usr/share/man/man5/initscript.5.gz
+-rw-r--r--     root/root       usr/share/man/man5/inittab.5.gz
+drwxr-xr-x     root/root       usr/share/man/man8/
+-rw-r--r--     root/root       usr/share/man/man8/bootlogd.8.gz
+-rw-r--r--     root/root       usr/share/man/man8/fstab-decode.8.gz
+-rw-r--r--     root/root       usr/share/man/man8/halt.8.gz
+-rw-r--r--     root/root       usr/share/man/man8/init.8.gz
+-rw-r--r--     root/root       usr/share/man/man8/killall5.8.gz
+-rw-r--r--     root/root       usr/share/man/man8/poweroff.8.gz
+-rw-r--r--     root/root       usr/share/man/man8/reboot.8.gz
+-rw-r--r--     root/root       usr/share/man/man8/runlevel.8.gz
+-rw-r--r--     root/root       usr/share/man/man8/shutdown.8.gz
+-rw-r--r--     root/root       usr/share/man/man8/sulogin.8.gz
+-rw-r--r--     root/root       usr/share/man/man8/telinit.8.gz
 drwxr-xr-x     root/root       var/
 drwxr-xr-x     root/root       var/log/
 -rw-------     root/root       var/log/btmp (EMPTY)
index d1ff7f43c35dadc51afaeca2d888a2cb23bb9d5f..ca39f04c59e5db3c5d123b41ec34624065b30f80 100644 (file)
@@ -6,24 +6,24 @@
 
 name=sysvinit
 version=2.88
-release=3
+release=4
 source=(http://download.savannah.gnu.org/releases/$name/$name-${version}dsf.tar.bz2)
 
 build() {
   cd $name-${version}dsf
   make -C src CC="$CC"
-  make -C src ROOT=$PKG MANDIR=/usr/man install
+  make -C src ROOT=$PKG install
   
   # Provided by util-linux 
   rm $PKG/{bin/mountpoint,usr/bin/utmpdump}
-  rm $PKG/usr/man/man1/{mountpoint,utmpdump}.1
+  rm $PKG/usr/share/man/man1/{mountpoint,utmpdump}.1
   rm $PKG/usr/bin/{last,lastb,mesg,wall}
-  rm $PKG/usr/man/man1/{last,lastb,mesg,wall}.1
+  rm $PKG/usr/share/man/man1/{last,lastb,mesg,wall}.1
   rmdir $PKG/usr/bin
 
   # Provided by procps
   rm $PKG/bin/pidof
-  rm $PKG/usr/man/man8/pidof.8
+  rm $PKG/usr/share/man/man8/pidof.8
 
   install -d $PKG/var/log
   touch $PKG/var/log/wtmp