]> git.pld-linux.org Git - packages/t1lib.git/commitdiff
- fixed %post/%postun in fonts subpackage. t1lib-1_0_1-2
authorkloczek <kloczek@pld-linux.org>
Fri, 9 Jun 2000 03:12:27 +0000 (03:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    t1lib.spec -> 1.20

t1lib.spec

index 1d82e76746189478607dc09aabab31a077a68368..068b22ad2168ea019d511dbca2c43199292665df 100644 (file)
@@ -124,11 +124,11 @@ gzip -9nf Changes README.t1* doc/*.dvi
 
 %post fonts
 cd %{_fontdir}/Type1
-%attr(755,root,root) %{_bindir}/type1inst -nogs -nolog
+%{_bindir}/type1inst -nolog
 
 %postun fonts
 cd %{_fontdir}/Type1
-%attr(755,root,root) %{_bindir}/type1inst -nogs -nolog
+%{_bindir}/type1inst -nolog
 
 %clean
 rm -r $RPM_BUILD_ROOT
This page took 0.044634 seconds and 4 git commands to generate.