CUPS-1.x.x installs its docs as /usr/share/doc/cups, should be renamed cups<version>?

EsounD-0.2.36 tries but fails to install it docs in /usr/share/doc/esound
Attached is a patch that works here. The two install lines for the docs could then be removed. Alternately just rm -rf /usr/share/doc/esound.

---
David Jensen

Submitted by: David Jensen
Date: 2006-08-20
Initial Package Version: 0.2.36
Upstream Status: Not submitted
Origin: self-hacked
Description: Fixes the document installation path and actually
    installs the docs.

--- esound-0.2.36.orig/docs/Makefile.in	2006-08-20 09:22:36.000000000 -0500
+++ esound-0.2.36/docs/Makefile.in	2006-08-20 09:18:17.000000000 -0500
@@ -186,7 +186,7 @@
 mandir = @mandir@
 mkdir_p = @mkdir_p@
 oldincludedir = @oldincludedir@
-pkgdocdir = @pkgdocdir@
+pkgdocdir = @[EMAIL PROTECTED]
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 sbindir = @sbindir@
@@ -455,8 +455,8 @@
 @[EMAIL PROTECTED]:
 @HAVE_JW_TRUE@	$(mkinstalldirs) $(DESTDIR)$(htmldir)
 @HAVE_JW_TRUE@	files=`cd html && echo *.html`; \
[EMAIL PROTECTED]@	test "$$files" || for f in $$files; do \
[EMAIL PROTECTED]@	  cp -p $$f $(DESTDIR)$(htmldir)/$$f; \
[EMAIL PROTECTED]@	test -f "$$files" || for f in $$files; do \
[EMAIL PROTECTED]@	  cp -p html/$$f $(DESTDIR)$(htmldir)/$$f; \
 @HAVE_JW_TRUE@	done
 
 @[EMAIL PROTECTED]:
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to