dovecot: update to 1.0.rc25

This commit is contained in:
Juergen Daubert 2007-03-02 17:35:45 +01:00
parent 885766e0c7
commit d1059fd753
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
1c37d911bc42fb40f0ef5a3f5822b170 dovecot
f1a7e366dceda28138e5a902dda7f274 dovecot-1.0.rc24.tar.gz
14e9981e9828a65526b8e683657434d4 dovecot-1.0.rc25.tar.gz
04baf547c684838ce9703845779f04fb dovecot-config.patch

View File

@ -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