aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorronie <ronie@users.noreply.github.com>2016-10-26 21:43:19 +0200
committerronie <ronie@users.noreply.github.com>2016-11-07 17:14:57 +0100
commit8961c68788246c239ef325ccf6fd3e73bd388437 (patch)
treeb1e51a90d4f5adefa6bb007d4b27360e70166a6f /Makefile.in
parent8cc4cac737260b381df99cda02ddc579326b512e (diff)
update build files
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 58b3a17e0a..ad7498352d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -522,7 +522,9 @@ install-scripts:
install-datas: install-scripts
@echo "Copying support and legal files..."
@install -d $(DESTDIR)$(docdir)
- @install -m 0644 docs/README.linux LICENSE.GPL *.txt $(DESTDIR)$(docdir)
+ @install -m 0644 docs/README.linux LICENSE.GPL copying.txt version.txt $(DESTDIR)$(docdir)
+ @install -d $(DESTDIR)/$(datarootdir)/@APP_NAME_LC@
+ @install -m 0644 privacy-policy.txt $(DESTDIR)$(datarootdir)/@APP_NAME_LC@
@echo "Done!"
@echo "Copying system files to $(DESTDIR)$(datarootdir)/@APP_NAME_LC@"
@install -d $(DESTDIR)$(datarootdir)/@APP_NAME_LC@