]> git.pld-linux.org Git - packages/ext2ed.git/commitdiff
- removed spaces from %attr macros parameters.
authorkloczek <kloczek@pld-linux.org>
Mon, 24 May 1999 11:45:54 +0000 (11:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ext2ed.spec -> 1.7

ext2ed.spec

index 78723b61a41844be6c8b6a52b64403bc7e8b4867..068b8b727b8f695d09e46e35f9b7d671db4bedcb 100644 (file)
@@ -73,9 +73,9 @@ gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man8/*
 %files
 %defattr(644,root,root,755)
 %doc README doc/*.sgml doc/*.ps
-%attr(700, root, root) %dir /var/lib/ext2ed
-%attr(600, root, root) %config /var/lib/ext2ed/*
-%attr(700, root, root) %{_bindir}/ext2ed
+%attr(700,root,root) %dir /var/lib/ext2ed
+%attr(600,root,root) %config /var/lib/ext2ed/*
+%attr(700,root,root) %{_bindir}/ext2ed
 %{_mandir}/man8/*
 
 %clean
This page took 0.066797 seconds and 4 git commands to generate.