summaryrefslogtreecommitdiff
path: root/rsync
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2015-07-25 21:13:14 +0200
committerFredrik Rinnestam <fredrik@crux.nu>2015-07-25 21:13:14 +0200
commit31d066eff16e0fcc7193fb3301e73929a7a4693f (patch)
tree68de377342c335a38d103bffd4ff4c2f9724f4eb /rsync
parent7c0b45ab00e1cc59fafb285a19d75c82cf509397 (diff)
downloadcore-31d066eff16e0fcc7193fb3301e73929a7a4693f.tar.gz
core-31d066eff16e0fcc7193fb3301e73929a7a4693f.tar.xz
rsync: move man-pages to /usr/share/man
Diffstat (limited to 'rsync')
-rw-r--r--rsync/.footprint11
-rw-r--r--rsync/Pkgfile3
2 files changed, 7 insertions, 7 deletions
diff --git a/rsync/.footprint b/rsync/.footprint
index dbb4683a..655d7bc4 100644
--- a/rsync/.footprint
+++ b/rsync/.footprint
@@ -8,11 +8,12 @@ drwxr-xr-x root/root etc/rc.d/
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/rsync
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/rsync.1.gz
-drwxr-xr-x root/root usr/man/man5/
--rw-r--r-- root/root usr/man/man5/rsyncd.conf.5.gz
+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/rsync.1.gz
+drwxr-xr-x root/root usr/share/man/man5/
+-rw-r--r-- root/root usr/share/man/man5/rsyncd.conf.5.gz
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/log/
-rw-r--r-- root/root var/log/rsyncd.log (EMPTY)
diff --git a/rsync/Pkgfile b/rsync/Pkgfile
index 88936974..da977c99 100644
--- a/rsync/Pkgfile
+++ b/rsync/Pkgfile
@@ -5,7 +5,7 @@
name=rsync
version=3.1.1
-release=2
+release=3
source=(http://rsync.samba.org/ftp/$name/src/$name-$version.tar.gz \
rsyncd.conf rsyncd rsync.driver)
@@ -13,7 +13,6 @@ build () {
cd $name-$version
./configure --prefix=/usr \
- --mandir=/usr/man \
--with-rsh=ssh \
--with-included-popt \
--with-included-zlib

Generated by cgit