diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2015-07-25 23:55:00 +0200 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2015-07-25 23:55:00 +0200 |
commit | baddbd3a3741a499f15fbe43b686ef026f2fc0fe (patch) | |
tree | 179d8d1c8d413ec0d4c0faeaa7a46be987758895 /dcron | |
parent | fb7aa806b12b8d5419c2ebd6a83dc14b73c148e8 (diff) | |
download | core-baddbd3a3741a499f15fbe43b686ef026f2fc0fe.tar.gz core-baddbd3a3741a499f15fbe43b686ef026f2fc0fe.tar.xz |
dcron: move man-pages to /usr/share/man
Diffstat (limited to 'dcron')
-rw-r--r-- | dcron/.footprint | 11 | ||||
-rw-r--r-- | dcron/Pkgfile | 4 |
2 files changed, 8 insertions, 7 deletions
diff --git a/dcron/.footprint b/dcron/.footprint index 78b7a40a..6d813683 100644 --- a/dcron/.footprint +++ b/dcron/.footprint @@ -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/ diff --git a/dcron/Pkgfile b/dcron/Pkgfile index cea3444a..08e9fcc0 100644 --- a/dcron/Pkgfile +++ b/dcron/Pkgfile @@ -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 |