diff --git a/dovecot/.md5sum b/dovecot/.md5sum index 5b6dec1d0..648d3e32d 100644 --- a/dovecot/.md5sum +++ b/dovecot/.md5sum @@ -1,3 +1,3 @@ 1c37d911bc42fb40f0ef5a3f5822b170 dovecot -f1a7e366dceda28138e5a902dda7f274 dovecot-1.0.rc24.tar.gz +14e9981e9828a65526b8e683657434d4 dovecot-1.0.rc25.tar.gz 04baf547c684838ce9703845779f04fb dovecot-config.patch diff --git a/dovecot/Pkgfile b/dovecot/Pkgfile index 69215ab92..158152a66 100644 --- a/dovecot/Pkgfile +++ b/dovecot/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl name=dovecot -version=1.0.rc24 +version=1.0.rc25 release=1 source=(http://dovecot.org/releases/$name-$version.tar.gz \ dovecot-config.patch dovecot) @@ -25,7 +25,7 @@ build () { make make DESTDIR=$PKG install - rm -r $PKG/usr/share + rm -r $PKG/usr/{share,include} mv $PKG/etc/dovecot-example.conf $PKG/etc/dovecot.conf install -D -m 755 $SRC/dovecot $PKG/etc/rc.d/dovecot