Skip to content

Commit

Permalink
Fixed makefile echos for config file
Browse files Browse the repository at this point in the history
  • Loading branch information
lfkeitel committed Dec 18, 2015
1 parent 732baf5 commit 59bb0e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ install: sysreport

# Install and setup configuration file
install -m644 -T sysreporter.conf.sample "$(destconf)/sysreporter.conf"
@echo "export REPORTSDIR=\"$(confdir)/reports.d\"" >> "$(destconf)/sysreporter.conf"
@echo "export TEMPDIR=\"/tmp/sysreporter\"" >> "$(destconf)/sysreporter.conf"
@echo "REPORTSDIR=\"$(confdir)/reports.d\"" >> "$(destconf)/sysreporter.conf"
@echo "TEMPDIR=\"/tmp/sysreporter\"" >> "$(destconf)/sysreporter.conf"

# Install and enable default reports
install -d "$(destreportsdir)"
Expand Down

0 comments on commit 59bb0e0

Please sign in to comment.