Skip to content

Commit

Permalink
update nsproxy binary
Browse files Browse the repository at this point in the history
  • Loading branch information
davidqc committed Apr 21, 2022
1 parent ca3fd21 commit 529cb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ override_dh_auto_build:
override_dh_auto_install:
( cd $(CURDIR) ; $(MAKE) NAVISERVER=$(TARGETDIR) install )
mv $(TARGETDIR)/bin/nsd $(TARGETDIR)/bin/$(PACKAGE)-nsd
mv $(TARGETDIR)/bin/nsproxy $(TARGETDIR)/bin/$(PACKAGE)-nsproxy
mv $(TARGETDIR)/bin/nsproxy-helper $(TARGETDIR)/bin/$(PACKAGE)-nsproxy
mkdir -p $(TARGETDIR)/etc/naviserver
install -m 644 debian/default.tcl $(TARGETDIR)/etc/naviserver
install -m 644 debian/default.env $(TARGETDIR)/etc/naviserver
Expand Down

0 comments on commit 529cb4e

Please sign in to comment.