From a091a8fec9bcdb35ed6d705f611ec82a0e628c58 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Sun, 17 Jun 2007 13:25:38 +0200 Subject: [PATCH] at: Fixed man path. --- at/.footprint | 25 ++++++++++++------------- at/Pkgfile | 5 +++-- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/at/.footprint b/at/.footprint index 7c0ea3c9f..a38e562d5 100644 --- a/at/.footprint +++ b/at/.footprint @@ -8,22 +8,21 @@ drwxr-xr-x root/root usr/bin/ lrwxrwxrwx root/root usr/bin/atq -> at lrwxrwxrwx root/root usr/bin/atrm -> at -rwxr-xr-x root/root usr/bin/batch +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/at.1.gz +lrwxrwxrwx root/root usr/man/man1/atq.1.gz -> at.1.gz +lrwxrwxrwx root/root usr/man/man1/atrm.1.gz -> at.1.gz +lrwxrwxrwx root/root usr/man/man1/batch.1.gz -> at.1.gz +drwxr-xr-x root/root usr/man/man5/ +-rw-r--r-- root/root usr/man/man5/at_allow.5.gz +lrwxrwxrwx root/root usr/man/man5/at_deny.5.gz -> at_allow.5.gz +drwxr-xr-x root/root usr/man/man8/ +-rw-r--r-- root/root usr/man/man8/atd.8.gz +-rw-r--r-- root/root usr/man/man8/atrun.8.gz drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/atd -rwxr-xr-x root/root usr/sbin/atrun -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/at.1.gz -lrwxrwxrwx root/root usr/share/man/man1/atq.1.gz -> at.1.gz -lrwxrwxrwx root/root usr/share/man/man1/atrm.1.gz -> at.1.gz -lrwxrwxrwx root/root usr/share/man/man1/batch.1.gz -> at.1.gz -drwxr-xr-x root/root usr/share/man/man5/ --rw-r--r-- root/root usr/share/man/man5/at_allow.5.gz -lrwxrwxrwx root/root usr/share/man/man5/at_deny.5.gz -> at_allow.5.gz -drwxr-xr-x root/root usr/share/man/man8/ --rw-r--r-- root/root usr/share/man/man8/atd.8.gz --rw-r--r-- root/root usr/share/man/man8/atrun.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/at/Pkgfile b/at/Pkgfile index 93d32b552..6ac1f1aaf 100644 --- a/at/Pkgfile +++ b/at/Pkgfile @@ -6,7 +6,7 @@ name=at version=3.1.8 -release=2 +release=3 source=(ftp://ftp.debian.org/debian/pool/main/a/${name}/${name}_${version}-11.tar.gz \ atd) @@ -14,7 +14,8 @@ build() { export PATH=${PATH}:/usr/sbin cd ${name}-${version} autoconf - ./configure --prefix=/usr + ./configure --prefix=/usr \ + --mandir=/usr/man make IROOT=${PKG} install rm -rf ${PKG}/usr/doc install -D -m 0755 ${SRC}/atd ${PKG}/etc/rc.d/atd