summaryrefslogtreecommitdiff
path: root/core/rsync/may-modify-others-Pkgfile.patch
blob: f3a675ee7042573c6c37919370cf8e171512fe41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- Pkgfile	2016-01-02 20:32:54.334960502 +0100
+++ Pkgfile	2016-11-22 13:02:49.324456243 +0100
@@ -7,11 +7,14 @@
 version=3.1.3
 release=1
 source=(https://download.samba.org/pub/rsync/$name-$version.tar.gz \
+        may-modify-others.patch \
         rsyncd.conf rsyncd rsync.driver)
 
 build () {
     cd $name-$version
 
+    patch -p1 -i ../may-modify-others.patch
+
     ./configure --prefix=/usr \
                 --with-rsh=ssh \
                 --with-included-popt \