]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
acl: Fix installation of man pages.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 28 Jan 2010 11:11:23 +0000 (12:11 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 28 Jan 2010 11:11:23 +0000 (12:11 +0100)
pkgs/core/acl/acl.nm

index 55bd8970b77d995f4d0dceef521a4e9ce88670c7..60c0b579a8784b93198ca8e46572136c04cf6f11 100644 (file)
@@ -60,7 +60,8 @@ define STAGE_BUILD
                ./configure \
                        --prefix=/usr \
                        --bindir=/bin \
-                       --disable-static
+                       --disable-static \
+                       --mandir=/usr/share/man
 
        cd $(DIR_APP) && make LIBTOOL="libtool --tag=CC" #$(PARALLELISMFLAGS)
 endef