summaryrefslogtreecommitdiff
path: root/x11-themes/adapta-backgrounds/files/patch-Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/adapta-backgrounds/files/patch-Makefile.am')
-rw-r--r--x11-themes/adapta-backgrounds/files/patch-Makefile.am20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-themes/adapta-backgrounds/files/patch-Makefile.am b/x11-themes/adapta-backgrounds/files/patch-Makefile.am
new file mode 100644
index 000000000000..cb55959401d3
--- /dev/null
+++ b/x11-themes/adapta-backgrounds/files/patch-Makefile.am
@@ -0,0 +1,20 @@
+--- Makefile.am.orig 2016-11-20 19:55:11 UTC
++++ Makefile.am
+@@ -5,12 +5,13 @@ SUBDIRS = \
+ backgrounds
+
+ EXTRA_DIST = \
+- AUTHORS \
+- COPYING \
+- LICENSE_CC_BY_SA3
++ AUTHORS
+
+ install-data-hook:
+- cp -Rv $(EXTRA_DIST) $(adaptadir)
++ if test ! -z "$(ADAPTA_BG_DOCS)"; then \
++ mkdir -p $(DESTDIR)$(docdir); \
++ cp -Rv $(EXTRA_DIST) $(DESTDIR)$(docdir); \
++ fi;
+
+ uninstall-hook:
+ test -e $(adaptadir) && rm -rfv $(adaptadir)