dcron: move man-pages to /usr/share/man

This commit is contained in:
Fredrik Rinnestam 2015-07-25 23:55:00 +02:00
parent fb7aa806b1
commit baddbd3a37
2 changed files with 8 additions and 7 deletions

View File

@ -11,14 +11,15 @@ drwxr-xr-x root/root etc/rc.d/
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwsr-x--- root/users usr/bin/crontab
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/crontab.1.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/crond.8.gz
drwxr-xr-x root/root usr/sbin/
-rwx------ root/root usr/sbin/crond
-rwxr-xr-x root/root usr/sbin/runjobs
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/crontab.1.gz
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/crond.8.gz
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/spool/
drwxr-xr-x root/root var/spool/cron/

View File

@ -4,7 +4,7 @@
name=dcron
version=4.5
release=2
release=3
source=(http://www.jimpryor.net/linux/releases/$name-$version.tar.gz \
crontab runjobs crond)
@ -12,7 +12,7 @@ build() {
cd $name-$version
make PREFIX=/usr
make DESTDIR=$PKG MANDIR=/usr/man CRONTAB_GROUP=users install
make DESTDIR=$PKG CRONTAB_GROUP=users install
install -m 600 $SRC/crontab $PKG/var/spool/cron/crontabs/root
ln -s ../var/spool/cron/crontabs/root $PKG/etc/crontab