diff options
author | ronie <ronie@users.noreply.github.com> | 2016-10-26 21:43:19 +0200 |
---|---|---|
committer | ronie <ronie@users.noreply.github.com> | 2016-11-07 17:14:57 +0100 |
commit | 8961c68788246c239ef325ccf6fd3e73bd388437 (patch) | |
tree | b1e51a90d4f5adefa6bb007d4b27360e70166a6f /Makefile.in | |
parent | 8cc4cac737260b381df99cda02ddc579326b512e (diff) |
update build files
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
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@ |