diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-08-09 21:03:09 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-08-09 21:05:33 -0700 |
commit | c399a8bb15acd06ffef54b9c1b7f0e9c36f77c86 (patch) | |
tree | 64c4cb00f3f03d0b498abd6916f24bb69d4c7b2e /sci-chemistry/coot/files/coot-0.8.2-sandbox-icons.patch | |
parent | dev-scheme/net-http: Remove (diff) | |
download | gentoo-c399a8bb15acd06ffef54b9c1b7f0e9c36f77c86.tar.gz gentoo-c399a8bb15acd06ffef54b9c1b7f0e9c36f77c86.tar.bz2 gentoo-c399a8bb15acd06ffef54b9c1b7f0e9c36f77c86.zip |
sci-chemistry/coot: Remove
Closes: https://bugs.gentoo.org/639760
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sci-chemistry/coot/files/coot-0.8.2-sandbox-icons.patch')
-rw-r--r-- | sci-chemistry/coot/files/coot-0.8.2-sandbox-icons.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sci-chemistry/coot/files/coot-0.8.2-sandbox-icons.patch b/sci-chemistry/coot/files/coot-0.8.2-sandbox-icons.patch deleted file mode 100644 index 2a9ff2d7177c..000000000000 --- a/sci-chemistry/coot/files/coot-0.8.2-sandbox-icons.patch +++ /dev/null @@ -1,16 +0,0 @@ - pixmaps/icons/Makefile.am | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/pixmaps/icons/Makefile.am b/pixmaps/icons/Makefile.am -index 0c183ae..dddc11a 100644 ---- a/pixmaps/icons/Makefile.am -+++ b/pixmaps/icons/Makefile.am -@@ -11,6 +11,6 @@ install-data-local: - CONTEXT=` echo $$icon | cut -d_ -f2`; \ - SIZE=` echo $$icon | cut -d_ -f3`; \ - ICONFILE=`echo $$icon | cut -d_ -f4`; \ -- mkdir -p $(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \ -- $(INSTALL_DATA) $(srcdir)/$$icon $(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \ -+ mkdir -p $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \ -+ $(INSTALL_DATA) $(srcdir)/$$icon $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \ - done; |