Skip to content

Commit 2ec9e1d

Browse files
committed
Install proxyresolv and proxychains script along with proxychains library and proxychains4 binary.
1 parent b42945b commit 2ec9e1d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
stale-issue-message: 'Stale issue message'
2727
stale-pr-message: 'Stale pull request message'
2828
stale-issue-label: 'no-issue-activity'
29-
exempt-issue-labels: 'docu,roadmap'
29+
exempt-issue-labels: 'docu,roadmap,bug,possible-feature'
3030
stale-pr-label: 'no-pr-activity'
3131
exempt-pr-labels: 'feature'

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ install: install-exec install-config install-zsh-completion
6060

6161
install-exec:
6262
install -d $(DESTDIR)/$(bindir) $(DESTDIR)/$(libdir) $(DESTDIR)/$(confdir) $(DESTDIR)/$(includedir)
63-
install $(INSTALL_FLAGS) 755 $(ALL_TOOLS) $(DESTDIR)/$(bindir)/
63+
install $(INSTALL_FLAGS) 755 $(ALL_TOOLS) src/proxychains src/proxyresolv $(DESTDIR)/$(bindir)/
6464
install $(INSTALL_FLAGS) 644 $(ALL_LIBS) $(DESTDIR)/$(libdir)/
6565

6666
install-config:

0 commit comments

Comments
 (0)