Skip to content

Commit 72a5aa9

Browse files
committed
depends: don't install & then delete sqlite pkgconf
1 parent 4b1d48a commit 72a5aa9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

depends/packages/sqlite.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ define $(package)_build_cmds
2727
endef
2828

2929
define $(package)_stage_cmds
30-
$(MAKE) DESTDIR=$($(package)_staging_dir) install-libLTLIBRARIES install-includeHEADERS install-pkgconfigDATA
30+
$(MAKE) DESTDIR=$($(package)_staging_dir) install-libLTLIBRARIES install-includeHEADERS
3131
endef
3232

3333
define $(package)_postprocess_cmds
34-
rm -rf lib/pkgconfig && \
3534
rm lib/*.la
3635
endef

0 commit comments

Comments
 (0)