]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
sed: Fix installation path of man pages.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 27 Jan 2010 14:46:42 +0000 (15:46 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 27 Jan 2010 14:46:42 +0000 (15:46 +0100)
pkgs/core/sed/sed.nm

index 4e3ec27dc1470b976e65bb272022e508d455de4f..0f0af4cefa4e854d4526ac3fa12b41700fc380f7 100644 (file)
@@ -53,7 +53,8 @@ define STAGE_BUILD
                ./configure \
                        --prefix=/usr \
                        --bindir=/bin \
-                       --without-included-regex
+                       --without-included-regex \
+                       --mandir=/usr/share/man
 
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
 endef