build: Remove unneeded share/man directory from freetype package

This commit is contained in:
Hennadii Stepanov
2021-08-23 20:20:05 +03:00
parent 9067c6c451
commit 6c25c83050

View File

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