[maemo-commits] [maemo-commits] r10842 - in projects/haf/trunk/hildon-theme-plankton: . wallpaper

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Mar 30 10:13:46 EEST 2007
Author: mdk
Date: 2007-03-30 10:13:46 +0300 (Fri, 30 Mar 2007)
New Revision: 10842

Modified:
   projects/haf/trunk/hildon-theme-plankton/ChangeLog
   projects/haf/trunk/hildon-theme-plankton/wallpaper/Makefile.am
Log:
Fixing the wallpaper installation prefixes. For good now.


Modified: projects/haf/trunk/hildon-theme-plankton/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-plankton/ChangeLog	2007-03-29 16:39:28 UTC (rev 10841)
+++ projects/haf/trunk/hildon-theme-plankton/ChangeLog	2007-03-30 07:13:46 UTC (rev 10842)
@@ -1,3 +1,8 @@
+2007-03-30  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
+	* wallpaper/Makefile.am: Fixing the wallpaper installation prefixes.
+	For good now.
+
 2007-03-28  Tuomas Kuosmanen  <tuomas.kuosmanen at nokia.com>
 
 	* template/template.*: added a new icon for bcrumb separator

Modified: projects/haf/trunk/hildon-theme-plankton/wallpaper/Makefile.am
===================================================================
--- projects/haf/trunk/hildon-theme-plankton/wallpaper/Makefile.am	2007-03-29 16:39:28 UTC (rev 10841)
+++ projects/haf/trunk/hildon-theme-plankton/wallpaper/Makefile.am	2007-03-30 07:13:46 UTC (rev 10842)
@@ -3,7 +3,7 @@
 EXTRA_DIST 			= wallpaper.png theme_bg.desktop
 
 install: 
-	$(mkinstalldirs) $(DESTDIR)/usr/share/backgrounds
+	$(mkinstalldirs) $(DESTDIR)/$(datadir)/backgrounds
 	install -c -m 644 wallpaper.png $(DESTDIR)/$(datadir)/backgrounds/$(THEME_DIR).png
 	install -c -m 644 theme_bg.desktop $(DESTDIR)/$(datadir)/backgrounds/$(THEME_DIR)_bg.desktop
 


More information about the maemo-commits mailing list