Patch: fix DESTDIR install



Hi,

the following patch fixes make DESTDIR=... install for bonobo 1.0.18

Can I commit to stable branch ?

--- bonobo-1.0.18/libefs/doc/Makefile.am.orig	Fri Jan 11 15:08:19 2002
+++ bonobo-1.0.18/libefs/doc/Makefile.am	Fri Jan 11 15:08:29 2002
@@ -9,7 +9,7 @@
 # The directory containing the source code (if it contains
documentation).
 DOC_SOURCE_DIR=../src
 
-TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)
+TARGET_DIR=$(DESTDIR)$(HTML_DIR)/$(DOC_MODULE)
 
 scan:
 	gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) \

-- 
Frédéric Crozat
MandrakeSoft




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]