From 2e07a82f6a93b963b117bb0e19b7ffb8d9511de9 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 18 Sep 2010 16:26:52 +0200 Subject: [PATCH] share/Makefile: Install .css and .js to pkgdatadir rather than datadir. This is a more appropriate location imho and recommended by FHS 2.3. --- share/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.30.2