]> git.pld-linux.org Git - packages/createrepo.git/commitdiff
- fix permissions
authoraredridel <aredridel@pld-linux.org>
Thu, 7 Jul 2005 16:11:30 +0000 (16:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    createrepo.spec -> 1.12

createrepo.spec

index 5c65a3f489453d71ec4905cc76b315f9ed1da687..05797521d3c7d623d93cf29b3735c3351b33edfc 100644 (file)
@@ -39,5 +39,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc ChangeLog README
 %attr(755,root,root) %{_bindir}/*
-%{_datadir}/%{name}
+%dir %{_datadir}/%{name}
+%attr(755,root,root) %{_datadir}/%{name}/genpkgmetadata.py
+%attr(755,root,root) %{_datadir}/%{name}/dumpMetadata.py
 %{_mandir}/man8/createrepo.8*
This page took 0.086451 seconds and 4 git commands to generate.