]> git.pld-linux.org Git - packages/w3m.git/commitdiff
- removed dumb %attr() in %build (bug in adapter.awk). w3m-0_1_10-1
authorkloczek <kloczek@pld-linux.org>
Wed, 21 Jun 2000 13:18:56 +0000 (13:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    w3m.spec -> 1.15

w3m.spec

index edd5977152331abb2e089bdcbbded5faaf9a44eb..1459ad65759c506e5494cdc2f959abb07cc6be73 100644 (file)
--- a/w3m.spec
+++ b/w3m.spec
@@ -51,7 +51,7 @@ formlar ve tablolar i
 %build
 find -name CVS -type d |xargs rm -rf 
 ./configure <<EOF;
-%attr(755,root,root) %{_bindir}
+%{_bindir}
 %{_libdir}/w3m
 %{_datadir}/w3m
 2
@@ -63,7 +63,7 @@ n
 y
 /bin/vi
 /bin/mail
-%attr(755,root,root) %{_bindir}/netscape
+%{_bindir}/netscape
 gcc
 $RPM_OPT_FLAGS
 -lncurses
This page took 0.221222 seconds and 4 git commands to generate.