1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-11-22 02:17:26 +00:00

Modified makefile to work with updated debian-lucene patch, use official locations.

Fixed conflicting edits to ppa/Makefile due to cherry-pick.
This commit is contained in:
Brock Tice 2015-05-23 18:53:48 -04:00
parent 6a659fe10d
commit 005cc08b40

View File

@ -41,10 +41,10 @@ build_dovecot_lucene:
(cd /tmp/build/dovecot-2.2.9; dpkg-buildpackage -S -us -uc -nc) (cd /tmp/build/dovecot-2.2.9; dpkg-buildpackage -S -us -uc -nc)
# Sign the packages. # Sign the packages.
#debsign /tmp/build/dovecot_2.2.9-1ubuntu2.1_amd64.changes debsign /tmp/build/dovecot_2.2.9-1ubuntu2.2~ppa0~trusty0_source.changes
# Upload it. # Upload it.
#dput ppa:mail-in-a-box/ppa /tmp/build/dovecot_2.2.9-1ubuntu2.1_amd64.changes dput ppa:mail-in-a-box/ppa /tmp/build/dovecot_2.2.9-1ubuntu2.2~ppa0~trusty0_source.changes
# TESTING BINARY PACKAGE # TESTING BINARY PACKAGE
# Install build dependencies and build dependencies we've added in our patch, # Install build dependencies and build dependencies we've added in our patch,