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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Mar 20 14:00:43 EET 2007
Author: mdk
Date: 2007-03-20 14:00:41 +0200 (Tue, 20 Mar 2007)
New Revision: 10645

Modified:
   projects/haf/trunk/hildon-theme-plankton/ChangeLog
   projects/haf/trunk/hildon-theme-plankton/wallpaper/Makefile.am
Log:
Do not use hardcoded /usr/share paths. Use the datadir instead.


Modified: projects/haf/trunk/hildon-theme-plankton/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-plankton/ChangeLog	2007-03-20 08:55:18 UTC (rev 10644)
+++ projects/haf/trunk/hildon-theme-plankton/ChangeLog	2007-03-20 12:00:41 UTC (rev 10645)
@@ -1,5 +1,10 @@
 2007-03-20  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
+	* wallpaper/Makefile.am: Do not use hardcoded /usr/share paths. Use
+	the datadir instead.
+
+2007-03-20  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
 	[4.3.1-1 release]
 
 	* NEWS:

Modified: projects/haf/trunk/hildon-theme-plankton/wallpaper/Makefile.am
===================================================================
--- projects/haf/trunk/hildon-theme-plankton/wallpaper/Makefile.am	2007-03-20 08:55:18 UTC (rev 10644)
+++ projects/haf/trunk/hildon-theme-plankton/wallpaper/Makefile.am	2007-03-20 12:00:41 UTC (rev 10645)
@@ -4,6 +4,6 @@
 
 install: 
 	$(mkinstalldirs) $(DESTDIR)/usr/share/backgrounds
-	install -c -m 644 wallpaper.png $(DESTDIR)/usr/share/backgrounds/$(THEME_DIR).png
-	install -c -m 644 theme_bg.desktop $(DESTDIR)/usr/share/backgrounds/$(THEME_DIR)_bg.desktop
+	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