Skip to content

Commit

Permalink
change artifact path for samproxy build
Browse files Browse the repository at this point in the history
  • Loading branch information
tredman committed Feb 10, 2020
1 parent 65e0637 commit 25492ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fpm -s dir -n samproxy \
-v $version \
-t $pkg_type \
--pre-install=./preinstall \
$GOPATH/bin/samproxy=/usr/bin/samproxy \
./artifacts/samproxy=/usr/bin/samproxy \
./samproxy.upstart=/etc/init/samproxy.conf \
./samproxy.service=/lib/systemd/system/samproxy.service \
./config.toml=/etc/samproxy/samproxy.toml

0 comments on commit 25492ba

Please sign in to comment.