Skip to content

Commit 0bc8d08

Browse files
author
Tim Vaillancourt
committed
fixing mode on files
1 parent 0682434 commit 0bc8d08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/mongodb_consistent_backup.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ make
3737

3838
%install
3939
mkdir -p %{buildroot}/usr/share/%{bin_name}
40-
install conf/example.yml %{buildroot}/usr/share/%{bin_name}/%{bin_name}.example.yml
41-
install LICENSE %{buildroot}/usr/share/%{bin_name}/LICENSE
42-
install README.md %{buildroot}/usr/share/%{bin_name}/README.md
40+
install -m 0644 conf/example.yml %{buildroot}/usr/share/%{bin_name}/%{bin_name}.example.yml
41+
install -m 0644 LICENSE %{buildroot}/usr/share/%{bin_name}/LICENSE
42+
install -m 0644 README.md %{buildroot}/usr/share/%{bin_name}/README.md
4343

4444
make PREFIX=%{prefix} DESTDIR=%{buildroot} install
4545

0 commit comments

Comments
 (0)