Skip to Content.
Sympa Menu

cc-devel - [cc-devel] destdir patch for liblicense-gnome 0.4 / was Re: liblicense-0.8.1

cc-devel AT lists.ibiblio.org

Subject: Developer discussion for Creative Commons technology and tools

List archive

Chronological Thread  
  • From: Sebastian Pipping <webmaster AT hartwork.org>
  • To: Asheesh Laroia <asheesh AT creativecommons.org>
  • Cc: cc-devel AT lists.ibiblio.org
  • Subject: [cc-devel] destdir patch for liblicense-gnome 0.4 / was Re: liblicense-0.8.1
  • Date: Fri, 06 Mar 2009 04:17:39 +0100

PS: here's a destdir patch for liblicense-gnome 0.4, please apply.

diff --git a/liblicense-gnome-0.4/work/liblicense-gnome-0.4/src/Makefile.am
b/liblicense-gnome-0.4/work/liblicense-gnome-0.4/src/Makefile.am
index 7c88584..bedbfd4 100644
--- a/liblicense-gnome-0.4/work/liblicense-gnome-0.4/src/Makefile.am
+++ b/liblicense-gnome-0.4/work/liblicense-gnome-0.4/src/Makefile.am
@@ -30,7 +30,7 @@ emblems_DATA=emblem-cc.svg \

#force an update of the icon cache
install-data-hook:
- touch $(datadir)/icons/hicolor
+ touch $(DESTDIR)$(datadir)/icons/hicolor

if HAVE_NP
pynautilusdir = $(libdir)/nautilus/extensions-1.0/python




Archive powered by MHonArc 2.6.24.

Top of Page