at: Fixed man path.

This commit is contained in:
Jose V Beneyto 2007-06-17 13:25:38 +02:00
parent af3d6d51cd
commit a091a8fec9
2 changed files with 15 additions and 15 deletions

View File

@ -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/

View File

@ -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