From: Michael Tremer Date: Thu, 8 Apr 2010 12:32:50 +0000 (+0200) Subject: db: Fix installtion of documentation. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58d8a73ebc165b39a5a75e520fbd5a12c74f70a3;p=ipfire-3.x.git db: Fix installtion of documentation. --- diff --git a/pkgs/core/db/db.nm b/pkgs/core/db/db.nm index 749a00746..392b73ab6 100644 --- a/pkgs/core/db/db.nm +++ b/pkgs/core/db/db.nm @@ -59,5 +59,5 @@ endef define STAGE_INSTALL cd $(DIR_APP)/build_unix && make install DESTDIR=$(BUILDROOT) \ - docdir=$(BUILDROOT)/usr/share/doc/$(THISAPP) + docdir=/usr/share/doc/$(THISAPP) endef