Skip to content

Commit

Permalink
Fixed error in RPM spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
jscherff committed Sep 29, 2017
1 parent 39a48b0 commit 2bc6221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/cmdbd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ the audit to the server for later analysis.
install -m 644 go/src/%{package}/config.json %{buildroot}%{confdir}/
install -m 644 go/src/%{package}/svc/%{name}.service %{buildroot}%{syslib}/
install -m 644 go/src/%{package}/{README.md,LICENSE} %{buildroot}%{docdir}/
install -m 640 go/src/%{package}/ddl/{database.sql,users.sql} %{buildroot}%{docdir}/
install -m 640 go/src/%{package}/ddl/{%{name}.sql,users.sql} %{buildroot}%{docdir}/

%pre

Expand Down

0 comments on commit 2bc6221

Please sign in to comment.