share/Makefile: Install .css and .js to pkgdatadir rather than datadir.
authorSebastian Harl <sh@tokkee.org>
Sat, 18 Sep 2010 14:26:52 +0000 (16:26 +0200)
committerSebastian Harl <sh@tokkee.org>
Sat, 18 Sep 2010 14:26:52 +0000 (16:26 +0200)
This is a more appropriate location imho and recommended by FHS 2.3.

share/Makefile.am

index 06953f8..091c088 100644 (file)
@@ -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 \