diff options
author | J0WI <J0WI@users.noreply.github.com> | 2020-02-01 03:57:54 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-01 04:17:40 +0100 |
commit | cb92d18acd186a2ff47e6280ed62651d6458dc0c (patch) | |
tree | 3119ec83e7354e3293296f1b516053d08570beb0 | |
parent | c67adc939f17cf797a3700233cc70c6a71831ba1 (diff) | |
download | aports-cb92d18acd186a2ff47e6280ed62651d6458dc0c.tar.bz2 aports-cb92d18acd186a2ff47e6280ed62651d6458dc0c.tar.xz |
community/imapsync: drop obsolete patch
-rw-r--r-- | community/imapsync/makefile.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/community/imapsync/makefile.patch b/community/imapsync/makefile.patch deleted file mode 100644 index 8c04069694..0000000000 --- a/community/imapsync/makefile.patch +++ /dev/null @@ -1,20 +0,0 @@ -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' |