Skip to content

Commit 06d4aab

Browse files
hebastofanquake
authored andcommitted
depends: Cleanup postprocess commands after switching to CMake
1 parent f7ab3ba commit 06d4aab

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

depends/packages/freetype.mk

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,3 @@ define $(package)_stage_cmds
2424
$(MAKE) DESTDIR=$($(package)_staging_dir) install
2525
endef
2626

27-
define $(package)_postprocess_cmds
28-
rm -rf share/man
29-
endef

depends/packages/libevent.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ define $(package)_stage_cmds
3939
endef
4040

4141
define $(package)_postprocess_cmds
42-
rm bin/event_rpcgen.py && \
42+
rm -rf bin && \
4343
rm include/ev*.h && \
4444
rm include/event2/*_compat.h
4545
endef

depends/packages/zeromq.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ define $(package)_stage_cmds
4242
endef
4343

4444
define $(package)_postprocess_cmds
45-
rm -rf bin share lib/*.la
45+
rm -rf share
4646
endef

0 commit comments

Comments
 (0)