Skip to content

Commit

Permalink
install(1) is quiet, so tar xf should be too.
Browse files Browse the repository at this point in the history
  • Loading branch information
acg committed Aug 18, 2017
1 parent 583651b commit 727c4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ install :
install -m 0755 -o root -g root -d $(DESTDIR)/etc
install -m 0640 -o root -g root $(CURDIR)/etc/deployer.example.conf $(DESTDIR)/etc/deployer.conf
install -m 0755 -o root -g root -d $(DESTDIR)/etc/service
tar cf - etc/service --owner root --group root | tar xvf - -C $(DESTDIR)/
tar cf - etc/service --owner root --group root | tar xf - -C $(DESTDIR)/

0 comments on commit 727c4d5

Please sign in to comment.