--- Makefile.in 2013-08-22 06:17:13.342109373 +0100
+++ Makefile.in 2013-08-22 06:17:54.082108946 +0100
@@ -766,7 +766,7 @@
 install:       .made installdirs
        $(INSTALL_PROGRAM) $(INSTALLMODE) $(Program) 
$(DESTDIR)$(bindir)/$(Program)
        $(INSTALL_SCRIPT) $(INSTALLMODE2) bashbug $(DESTDIR)$(bindir)/bashbug
-       $(INSTALL_DATA) $(OTHER_DOCS) $(docdir)
+       $(INSTALL_DATA) $(OTHER_DOCS) $(DESTDIR)$(docdir)
        -( cd $(DOCDIR) ; $(MAKE) $(MFLAGS) \
                man1dir=$(man1dir) man1ext=$(man1ext) \
                man3dir=$(man3dir) man3ext=$(man3ext) \


Reply via email to