Skip to content

Commit

Permalink
fixed makefile, adapted readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtoobii committed May 7, 2021
1 parent afa97ad commit 4656fed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ To install the application, just run
make install
```

You can now run wgwrangler.pl in reverse proxy mode.
You can now run wgwrangler in reverse proxy mode.

```console
cd $HOME/opt/wgwrangler/bin
./wgwrangler.pl prefork
./wgwrangler prefork
```

OS Preparation
Expand Down
2 changes: 1 addition & 1 deletion bin/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dist_bin_SCRIPTS = $(MJ_SCRIPT).pl
dist_bin_SCRIPTS = $(MJ_SCRIPT)

install-exec-hook:
[ "$(PERL5LIB)" == "" ] || cd "$(DESTDIR)$(bindir)" && $(PERL) -i -p -e 's{.*# PERL5LIB}{use lib qw($(PERL5LIB)); # PERL5LIB}' $(dist_bin_SCRIPTS) || true
Expand Down
2 changes: 1 addition & 1 deletion bin/wgwrangler-source-mode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export MOJO_MODE=development
export MOJO_LOG_LEVEL=debug
export WGwrangler_NO_WG=1
export WGwrangler_CONFIG=t/etc/wgwrangler.yaml
exec $(dirname $0)/wgwrangler.pl prefork --listen 'http://*:7192'
exec $(dirname $0)/wgwrangler prefork --listen 'http://*:7192'

0 comments on commit 4656fed

Please sign in to comment.