Code

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 06953f80566e07e96de1c5e5d875aa31aa6492a7..091c0885b1a57df37dd2c7f4e48fa7bb450dc97d 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 \