aboutsummaryrefslogtreecommitdiffstats
path: root/community/imapsync/makefile.patch
blob: 8c040696948b26b3a28d08c23fda23e840b9f865 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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'