diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-06-13 19:06:20 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-06-13 19:07:40 +0200 |
commit | 7ab12fd37648ba2f858831120dae16b9f633beb8 (patch) | |
tree | 1605f93a724403ae961e2eb95e8a8d720d005093 /community/imapsync/makefile.patch | |
parent | 8d4dc5082f6b8b60b592d1d511a3d9b4a77481d1 (diff) | |
download | aports-7ab12fd37648ba2f858831120dae16b9f633beb8.tar.gz aports-7ab12fd37648ba2f858831120dae16b9f633beb8.tar.bz2 aports-7ab12fd37648ba2f858831120dae16b9f633beb8.tar.xz |
community/imapsync: move test deps to checkdepends, run testp in check
Diffstat (limited to 'community/imapsync/makefile.patch')
-rw-r--r-- | community/imapsync/makefile.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/community/imapsync/makefile.patch b/community/imapsync/makefile.patch new file mode 100644 index 0000000000..8c04069694 --- /dev/null +++ b/community/imapsync/makefile.patch @@ -0,0 +1,20 @@ +Don't run tests on install. + +--- a/Makefile ++++ b/Makefile +@@ -165,7 +165,7 @@ + W/imapsync.1: imapsync + pod2man imapsync > W/imapsync.1 + +-install: testp W/imapsync.1 ++install: W/imapsync.1 + mkdir -p $(DESTDIR)$(PREFIX)/bin + install imapsync $(DESTDIR)$(PREFIX)/bin/imapsync + chmod 755 $(DESTDIR)$(PREFIX)/bin/imapsync +@@ -708,4 +708,4 @@ + rsync -aHv --delete ./FAQ.d/ ../imapsync_website/FAQ.d/ + rsync -avH --delete ./doc/ ../imapsync_website/doc/ + rsync -aHvz --delete ../imapsync_website/ root@ks.lamiral.info:/var/www/imapsync/ +- ssh root@ks.lamiral.info 'apachectl configtest && /etc/init.d/apache2 reload' +\ No newline at end of file ++ ssh root@ks.lamiral.info 'apachectl configtest && /etc/init.d/apache2 reload' |