0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-05 14:06:27 -05:00

depends: better cleanup after fontconfig

This commit is contained in:
fanquake 2024-11-13 10:51:54 +00:00
parent 17e79c9260
commit a8fe1fd38b
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

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