summaryrefslogtreecommitdiff
path: root/vsftpd/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'vsftpd/Pkgfile')
-rw-r--r--vsftpd/Pkgfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/vsftpd/Pkgfile b/vsftpd/Pkgfile
index d311813d2..7c58b70fd 100644
--- a/vsftpd/Pkgfile
+++ b/vsftpd/Pkgfile
@@ -5,13 +5,14 @@
name=vsftpd
version=2.0.5
-release=1
+release=2
source=(ftp://vsftpd.beasts.org/users/cevans/$name-$version.tar.gz \
- $name-config.patch vsftpd)
+ $name-config.patch $name-$version-syscall.patch vsftpd)
build () {
cd $name-$version
- patch -p1 < $SRC/$name-config.patch
+ patch -p1 -i $SRC/$name-$version-syscall.patch
+ patch -p1 -i $SRC/$name-config.patch
make
make DESTDIR=$PKG install

Generated by cgit