depends: cleanup after qrencode build

This commit is contained in:
fanquake 2024-07-25 12:02:48 +01:00
parent 745bf0fa7e
commit a0314c1516
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -28,3 +28,7 @@ endef
define $(package)_stage_cmds
$(MAKE) DESTDIR=$($(package)_staging_dir) install
endef
define $(package)_postprocess_cmds
rm -rf share
endef