From: Sebastian Harl Date: Sat, 18 Sep 2010 14:26:52 +0000 (+0200) Subject: share/Makefile: Install .css and .js to pkgdatadir rather than datadir. X-Git-Url: https://git.tokkee.org/?p=collection4.git;a=commitdiff_plain;h=2e07a82f6a93b963b117bb0e19b7ffb8d9511de9;hp=d8cc98304aeef8c85669805f6cafaf3ce1357d16 share/Makefile: Install .css and .js to pkgdatadir rather than datadir. This is a more appropriate location imho and recommended by FHS 2.3. --- diff --git a/share/Makefile.am b/share/Makefile.am index 06953f8..091c088 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -1,6 +1,6 @@ dist_sysconf_DATA = collection.conf -dist_data_DATA = style.css \ +dist_pkgdata_DATA = style.css \ collection.js \ g.line-min.js \ g.raphael-min.js \