diff options
Diffstat (limited to 'dovecot/Pkgfile')
-rw-r--r-- | dovecot/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dovecot/Pkgfile b/dovecot/Pkgfile index 8326209a4..73cb632fb 100644 --- a/dovecot/Pkgfile +++ b/dovecot/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl name=dovecot -version=1.0.rc27 +version=1.0.rc28 release=1 source=(http://dovecot.org/releases/$name-$version.tar.gz \ dovecot-config.patch dovecot) @@ -26,6 +26,7 @@ build () { make DESTDIR=$PKG install rm -r $PKG/usr/{share,include} + rm $PKG/etc/dovecot-{ldap,sql}-example.conf mv $PKG/etc/dovecot-example.conf $PKG/etc/dovecot.conf install -D -m 755 $SRC/dovecot $PKG/etc/rc.d/dovecot |