diff options
author | Ross Burton <ross@openedhand.com> | 2007-05-04 15:23:09 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-05-04 15:23:09 +0000 |
commit | 11f5ec6e8962f74b6b2437030ab4b747a09f5a9c (patch) | |
tree | 34e996ddafdd1fce5464ec73b31ea79ceadbd382 /meta/packages/libxslt/files | |
parent | 0efc0dfc20f452ea25630b45aa5e13cf3e074e46 (diff) | |
download | poky-11f5ec6e8962f74b6b2437030ab4b747a09f5a9c.tar.gz |
Add libxslt for gnome-doc-utils
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1596 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libxslt/files')
-rw-r--r-- | meta/packages/libxslt/files/destdir.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/packages/libxslt/files/destdir.patch b/meta/packages/libxslt/files/destdir.patch new file mode 100644 index 0000000000..8df1b206bc --- /dev/null +++ b/meta/packages/libxslt/files/destdir.patch | |||
@@ -0,0 +1,10 @@ | |||
1 | Index: libxslt-1.1.17/libxslt/Makefile.am | ||
2 | =================================================================== | ||
3 | --- libxslt-1.1.17.orig/libxslt/Makefile.am 2005-10-02 11:25:21.000000000 +0200 | ||
4 | +++ libxslt-1.1.17/libxslt/Makefile.am 2006-09-29 23:13:35.000000000 +0200 | ||
5 | @@ -61,4 +61,4 @@ | ||
6 | @(cd ../xsltproc ; $(MAKE)) | ||
7 | |||
8 | install-exec-hook: | ||
9 | - $(mkinstalldirs) "$(libdir)/libxslt-plugins" | ||
10 | + $(mkinstalldirs) "$(DESTDIR)$(libdir)/libxslt-plugins" | ||