diff options
author | Tim Biermann <tbier@posteo.de> | 2020-01-20 14:53:54 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-01-20 15:43:13 +0000 |
commit | c3e7733b0d47a21b071e679a4edf41ab5c9f956a (patch) | |
tree | df2631223d1f252d3c9e98687246957b084c59a8 /fluxbox/Pkgfile | |
parent | 375e42856cdcc98d4a54a210439eb47d8bcd0e45 (diff) | |
download | contrib-c3e7733b0d47a21b071e679a4edf41ab5c9f956a.tar.gz contrib-c3e7733b0d47a21b071e679a4edf41ab5c9f956a.tar.xz |
fluxbox: corrected mandir
Diffstat (limited to 'fluxbox/Pkgfile')
-rw-r--r-- | fluxbox/Pkgfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fluxbox/Pkgfile b/fluxbox/Pkgfile index f33c6e5ac..b5f902307 100644 --- a/fluxbox/Pkgfile +++ b/fluxbox/Pkgfile @@ -13,8 +13,7 @@ build() { ./configure \ --prefix=/usr \ - --disable-nls \ - --mandir=/usr/man + --disable-nls # skip NLS stuff sed -i '/nls\/[a-z][a-z]_[A-Z][A-Z]/d' Makefile |