mirror of
https://github.com/termux/termux-packages.git
synced 2025-06-02 15:02:10 +00:00
11 lines
399 B
Diff
11 lines
399 B
Diff
--- a/src/tsplugins/Makefile
|
|
+++ b/src/tsplugins/Makefile
|
|
@@ -25,7 +25,6 @@
|
|
|
|
install install-tools: $(SHLIBS)
|
|
install -d -m 755 $(SYSROOT)$(USRLIBDIR)/tsduck
|
|
- $(if $(NO_TSPLUGINS),rm -rf $(addsuffix $(SO_SUFFIX),$(addprefix $(SYSROOT)$(USRLIBDIR)/tsduck/,$(NO_TSPLUGINS)),))
|
|
$(if $(MACOS),rm -rf $(SYSROOT)$(USRLIBDIR)/tsduck/*.so,)
|
|
install -m 644 $(SHLIBS) $(SYSROOT)$(USRLIBDIR)/tsduck
|
|
|