Skip to content

Commit

Permalink
Install proxyresolv and proxychains script along with proxychains lib…
Browse files Browse the repository at this point in the history
…rary and proxychains4 binary.
  • Loading branch information
haad committed Jan 2, 2024
1 parent b42945b commit 2ec9e1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2ec9e1d

Please sign in to comment.