Skip to content

Commit

Permalink
depends: cleanup after qrencode build
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed Jul 25, 2024
1 parent 745bf0f commit a0314c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions depends/packages/qrencode.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ endef
define $(package)_stage_cmds
$(MAKE) DESTDIR=$($(package)_staging_dir) install
endef

define $(package)_postprocess_cmds
rm -rf share
endef

0 comments on commit a0314c1

Please sign in to comment.