summaryrefslogtreecommitdiff
path: root/mbw.spec
diff options
context:
space:
mode:
Diffstat (limited to 'mbw.spec')
-rw-r--r--mbw.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/mbw.spec b/mbw.spec
index a98fbc5..29a056f 100644
--- a/mbw.spec
+++ b/mbw.spec
@@ -20,17 +20,17 @@ make
%install
mkdir -p %{buildroot}/usr/bin
mkdir -p %{buildroot}%{_mandir}/man1
-install -m 755 -o root -g root mbw %{buildroot}/usr/bin/mbw
-install -m 644 -o root -g root mbw.1 %{buildroot}%{_mandir}/man1/mbw.1
+install mbw %{buildroot}/usr/bin/mbw
+install mbw.1 %{buildroot}%{_mandir}/man1/mbw.1
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
-/usr/bin/mbw
+%attr(755,-,-) /usr/bin/mbw
%doc
-%{_mandir}/man1/mbw.1.gz
+%attr(644,-,-) %{_mandir}/man1/mbw.1.gz
%changelog
* Mon Jan 17 2014 Andras Horvath <andras.horvath@gmail.com> 1.4-1