Skip to content

Commit

Permalink
Fix bug in centos package building (this is a bug in fpm, but work ar…
Browse files Browse the repository at this point in the history
…ound it for now)
  • Loading branch information
jordansissel committed Dec 23, 2013
1 parent 7a65def commit 522248b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ case $os in
--before-install centos/before-install.sh \
--before-remove centos/before-remove.sh \
--after-install centos/after-install.sh \
--config-files /etc/sysconfig/logstash \
--config-files /etc/logrotate.d/logstash \
--config-files etc/sysconfig/logstash \
--config-files etc/logrotate.d/logstash \
-f -C $destdir .
;;
ubuntu|debian)
Expand Down

0 comments on commit 522248b

Please sign in to comment.