mirror of
https://github.com/haad/proxychains.git
synced 2026-09-12 19:50:06 +05:00
Install proxyresolv and proxychains script along with proxychains library and proxychains4 binary.
This commit is contained in:
parent
b42945b771
commit
2ec9e1d7ca
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@ -26,6 +26,6 @@ jobs:
|
||||
stale-issue-message: 'Stale issue message'
|
||||
stale-pr-message: 'Stale pull request message'
|
||||
stale-issue-label: 'no-issue-activity'
|
||||
exempt-issue-labels: 'docu,roadmap'
|
||||
exempt-issue-labels: 'docu,roadmap,bug,possible-feature'
|
||||
stale-pr-label: 'no-pr-activity'
|
||||
exempt-pr-labels: 'feature'
|
||||
|
||||
2
Makefile
2
Makefile
@ -60,7 +60,7 @@ install: install-exec install-config install-zsh-completion
|
||||
|
||||
install-exec:
|
||||
install -d $(DESTDIR)/$(bindir) $(DESTDIR)/$(libdir) $(DESTDIR)/$(confdir) $(DESTDIR)/$(includedir)
|
||||
install $(INSTALL_FLAGS) 755 $(ALL_TOOLS) $(DESTDIR)/$(bindir)/
|
||||
install $(INSTALL_FLAGS) 755 $(ALL_TOOLS) src/proxychains src/proxyresolv $(DESTDIR)/$(bindir)/
|
||||
install $(INSTALL_FLAGS) 644 $(ALL_LIBS) $(DESTDIR)/$(libdir)/
|
||||
|
||||
install-config:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user