Package: dar
Version: 2.3.9-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu karmic ubuntu-patch

Hi,

This can be fixed by changing isntall to a cp-a

Fabrice

*** /tmp/tmpPw8Drq
In Ubuntu, we've applied the attached patch to achieve the following:

  * doc/Makefile.in: use cp -a instead of install as it allow to copy the search
    directory. This fix a FTBFS with error "/usr/bin/install: omitting directory
    `html/search'"

We thought you might be interested in doing the same. 


-- System Information:
Debian Release: squeeze/sid
  APT prefers karmic-updates
  APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 'karmic')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.28-15-generic (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- dar-2.3.9.orig/doc/Makefile.in
+++ dar-2.3.9/doc/Makefile.in
@@ -553,7 +553,7 @@
 
 @use_doxygen_t...@install-data-hook:
 @USE_DOXYGEN_TRUE@     $(INSTALL)  -d $(DESTDIR)$(pkgdatadir)/html
-...@use_doxygen_true@  $(INSTALL) -m 0644 html/* $(DESTDIR)$(pkgdatadir)/html
+...@use_doxygen_true@  cp -a html/* $(DESTDIR)$(pkgdatadir)/html
 @USE_DOXYGEN_TRUE@     $(INSTALL_HTML_MAN)
 
 @use_doxygen_t...@uninstall-hook:

Reply via email to