Skip to content

Commit

Permalink
cleanup - remove .bk files from sed
Browse files Browse the repository at this point in the history
* this is already down in other places in Makefile
  • Loading branch information
darxriggs committed Sep 15, 2015
1 parent 99bda40 commit 1465246
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,11 @@ install_cfg:
# darwin
cp etc/packetbeat.yml $(PREFIX)/packetbeat-darwin.yml
sed -i.bk 's/device: any/device: en0/' $(PREFIX)/packetbeat-darwin.yml
rm $(PREFIX)/packetbeat-darwin.yml.bk
# win
cp etc/packetbeat.yml $(PREFIX)/packetbeat-win.yml
sed -i.bk 's/device: any/device: 0/' $(PREFIX)/packetbeat-win.yml
rm $(PREFIX)/packetbeat-win.yml.bk

.PHONY: gofmt
gofmt:
Expand Down

0 comments on commit 1465246

Please sign in to comment.