0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-02 09:46:52 -05:00

build: Cleanup libxkbcommon_postprocess_cmds

There is no "share" directory in the staging one.
This commit is contained in:
Hennadii Stepanov 2021-03-12 13:06:42 +02:00
parent 72fc043954
commit cc25f892d2
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -27,6 +27,6 @@ define $(package)_stage_cmds
endef
define $(package)_postprocess_cmds
rm -rf share/man share/doc lib/*.la
rm lib/*.la
endef