diff options
author | Juergen Daubert <jue@jue.li> | 2021-06-06 11:00:10 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2021-06-06 11:00:10 +0200 |
commit | 6e1c48a2d746fe0f423f94b5d98965582cbf6e14 (patch) | |
tree | fe400ea04fef8fd29d1314692854837e0e4e1a46 /util-linux-32 | |
parent | af008990ba3ce87f1fbac16c352eac8b29ea18be (diff) | |
download | compat-32-6e1c48a2d746fe0f423f94b5d98965582cbf6e14.tar.gz compat-32-6e1c48a2d746fe0f423f94b5d98965582cbf6e14.tar.xz |
util-linux-32: fix build if asciidoctor is not installed
Diffstat (limited to 'util-linux-32')
-rw-r--r-- | util-linux-32/.signature | 4 | ||||
-rw-r--r-- | util-linux-32/Pkgfile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/util-linux-32/.signature b/util-linux-32/.signature index 4ca1c80c..86fc0f82 100644 --- a/util-linux-32/.signature +++ b/util-linux-32/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/compat-32.pub -RWSwxGo/zH7eXeGe5LaUbTjlbvu+Scr0SreeaV/9htEH1YHoBc7VijRwTJ+VY5yVcWEPO9zc5Mggxd5zZbESbMmt6tQL2MBHTAc= -SHA256 (Pkgfile) = e772890cf2960f92c052976c9e6f60cf320b70ecececa4f8fd78b10dd89e6dd3 +RWSwxGo/zH7eXVZykz7q2TXN0dbmUbyL5iGj0qeUtc0olz8rSoLhsD9BnXx22gIC273SMMdoYeK1CH2JZ1/B/zPUKpIKtZ4EzQg= +SHA256 (Pkgfile) = 763778d4882d36b6105ce0f07e787fb72af8626ce7eabe685991e9ea7107223b SHA256 (.footprint) = 6fcc4cff6c08b68224526805923d6c8c8121146aa27f51afdb1ccb9ccfd80288 SHA256 (util-linux-2.37.tar.xz) = bd07b7e98839e0359842110525a3032fdb8eaf3a90bedde3dd1652d32d15cce5 diff --git a/util-linux-32/Pkgfile b/util-linux-32/Pkgfile index c3b573f3..ae25ce96 100644 --- a/util-linux-32/Pkgfile +++ b/util-linux-32/Pkgfile @@ -15,6 +15,7 @@ build() { --prefix=/usr \ --libdir=/usr/lib32 \ --disable-nls \ + --disable-asciidoc \ --disable-{login,su,sulogin,nologin,runuser} \ --disable-chfn-chsh \ --enable-{write,raw,kill} \ @@ -25,7 +26,7 @@ build() { rm -r \ $PKG/{bin,sbin} \ - $PKG/usr/{bin,sbin,share/man,include} \ + $PKG/usr/{bin,sbin,include} \ $PKG//usr/share/{bash-completion,doc} rmdir $PKG/usr/share |