diff options
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" | ||