0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-08 10:31:50 -05:00

build: Remove unneeded share/man directory from libXau package

This commit is contained in:
Hennadii Stepanov 2021-08-23 20:21:49 +03:00
parent 6c25c83050
commit 539ca409c9
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -30,5 +30,5 @@ define $(package)_stage_cmds
endef
define $(package)_postprocess_cmds
rm lib/*.la
rm -rf share lib/*.la
endef