diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2014-11-30 00:43:48 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2014-11-30 00:43:48 +1100 |
commit | 0549653d65e2cb6f7c46b48abbdab9f0d39d0822 (patch) | |
tree | bc6aabdd4f2a07e24793ea99d54fd6b7a62d1283 /upower | |
parent | 2b5dd53d2d774d2e270d0096c70b0ae050fb65af (diff) | |
download | opt-0549653d65e2cb6f7c46b48abbdab9f0d39d0822.tar.gz opt-0549653d65e2cb6f7c46b48abbdab9f0d39d0822.tar.xz |
upower: disable the man pages, they require docbook-xsl
Diffstat (limited to 'upower')
-rw-r--r-- | upower/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/upower/Pkgfile b/upower/Pkgfile index ed6ca0562..d9f0f3b22 100644 --- a/upower/Pkgfile +++ b/upower/Pkgfile @@ -17,7 +17,8 @@ build() { --sysconfdir=/usr/etc \ --localstatedir=/var \ --libexecdir=/usr/lib/$name \ - --disable-nls + --disable-nls \ + --disable-man-pages make make DESTDIR=$PKG install |