]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
db: Fix installtion of documentation.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 8 Apr 2010 12:32:50 +0000 (14:32 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 8 Apr 2010 12:32:50 +0000 (14:32 +0200)
pkgs/core/db/db.nm

index 749a00746087b466d401b0527b7cef56bfd306fe..392b73ab6ee571c6b83f2e836eaced35d4a5dc11 100644 (file)
@@ -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