summaryrefslogtreecommitdiff
path: root/at
diff options
context:
space:
mode:
authorJose V Beneyto <joberui@ei.upv.es>2007-06-17 13:25:38 +0200
committerJose V Beneyto <joberui@ei.upv.es>2007-06-17 13:26:52 +0200
commita091a8fec9bcdb35ed6d705f611ec82a0e628c58 (patch)
tree411758d783e83abe049310733aa92ef252cb0578 /at
parentaf3d6d51cdfc664e95def2124a549eed0cb87055 (diff)
downloadcontrib-a091a8fec9bcdb35ed6d705f611ec82a0e628c58.tar.gz
contrib-a091a8fec9bcdb35ed6d705f611ec82a0e628c58.tar.xz
at: Fixed man path.
Diffstat (limited to 'at')
-rw-r--r--at/.footprint25
-rw-r--r--at/Pkgfile5
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

Generated by cgit