gnome-applets r10923 - in trunk: cpufreq cpufreq/pixmaps geyes modemlights stickynotes stickynotes/pixmaps
- From: pkerling svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-applets r10923 - in trunk: cpufreq cpufreq/pixmaps geyes modemlights stickynotes stickynotes/pixmaps
- Date: Wed, 20 Aug 2008 16:56:06 +0000 (UTC)
Author: pkerling
Date: Wed Aug 20 16:56:06 2008
New Revision: 10923
URL: http://svn.gnome.org/viewvc/gnome-applets?rev=10923&view=rev
Log:
2008-08-20 Philipp Kerling <k philipp gmail com>
* Makefile.am: Change mistyped "(DESTDIR)" to "$(DESTDIR)". Partially
fixes bug #547647.
Modified:
trunk/cpufreq/ChangeLog
trunk/cpufreq/pixmaps/Makefile.am
trunk/geyes/ChangeLog
trunk/geyes/Makefile.am
trunk/modemlights/ChangeLog
trunk/modemlights/Makefile.am
trunk/stickynotes/ChangeLog
trunk/stickynotes/pixmaps/Makefile.am
Modified: trunk/cpufreq/pixmaps/Makefile.am
==============================================================================
--- trunk/cpufreq/pixmaps/Makefile.am (original)
+++ trunk/cpufreq/pixmaps/Makefile.am Wed Aug 20 16:56:06 2008
@@ -46,7 +46,7 @@
mkdir -p $(DESTDIR)$(iconsdir)/hicolor/$$SIZE/apps/; \
$(INSTALL_DATA) $(srcdir)/$$icon $(DESTDIR)$(iconsdir)/hicolor/$$SIZE/apps/$$FILE; \
done
- @-if test -z "(DESTDIR)"; then \
+ @-if test -z "$(DESTDIR)"; then \
echo "Updating Gtk icon cache."; \
$(gtk_update_icon_cache); \
else \
Modified: trunk/geyes/Makefile.am
==============================================================================
--- trunk/geyes/Makefile.am (original)
+++ trunk/geyes/Makefile.am Wed Aug 20 16:56:06 2008
@@ -81,7 +81,7 @@
mkdir -p $(DESTDIR)$(iconsdir)/hicolor/$$SIZE/apps/; \
$(INSTALL_DATA) $(srcdir)/$$icon $(DESTDIR)$(iconsdir)/hicolor/$$SIZE/apps/$$FILE; \
done
- @-if test -z "(DESTDIR)"; then \
+ @-if test -z "$(DESTDIR)"; then \
echo "Updating Gtk icon cache."; \
$(gtk_update_icon_cache); \
else \
Modified: trunk/modemlights/Makefile.am
==============================================================================
--- trunk/modemlights/Makefile.am (original)
+++ trunk/modemlights/Makefile.am Wed Aug 20 16:56:06 2008
@@ -71,7 +71,7 @@
mkdir -p $(DESTDIR)$(iconsdir)/hicolor/$$SIZE/apps/; \
$(INSTALL_DATA) $(srcdir)/$$icon $(DESTDIR)$(iconsdir)/hicolor/$$SIZE/apps/$$FILE; \
done
- @-if test -z "(DESTDIR)"; then \
+ @-if test -z "$(DESTDIR)"; then \
echo "Updating Gtk icon cache."; \
$(gtk_update_icon_cache); \
else \
Modified: trunk/stickynotes/pixmaps/Makefile.am
==============================================================================
--- trunk/stickynotes/pixmaps/Makefile.am (original)
+++ trunk/stickynotes/pixmaps/Makefile.am Wed Aug 20 16:56:06 2008
@@ -47,7 +47,7 @@
mkdir -p $(DESTDIR)$(iconsdir)/hicolor/$$SIZE/apps/; \
$(INSTALL_DATA) $(srcdir)/$$icon $(DESTDIR)$(iconsdir)/hicolor/$$SIZE/apps/$$FILE; \
done
- @-if test -z "(DESTDIR)"; then \
+ @-if test -z "$(DESTDIR)"; then \
echo "Updating Gtk icon cache."; \
$(gtk_update_icon_cache); \
else \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]