diff options
author | jbj <devnull@localhost> | 2002-02-10 19:00:16 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-02-10 19:00:16 +0000 |
commit | 30b9428ce07b2fc3df44742dc58673cb1fb102ec (patch) | |
tree | fef6c7cfe3d46ea3838f44d3f15010652eec6752 /platform.in | |
parent | 08e032599414865cb4482eb427d9a4e4caf004be (diff) | |
download | rpm-30b9428ce07b2fc3df44742dc58673cb1fb102ec.tar.gz |
- make peace with gcc-3.1, remove compiler cruft.
CVS patchset: 5313
CVS date: 2002/02/10 19:00:16
Diffstat (limited to 'platform.in')
-rw-r--r-- | platform.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/platform.in b/platform.in index 5c94ee451..cff01c33e 100644 --- a/platform.in +++ b/platform.in @@ -114,8 +114,10 @@ @redhat@#--------------------------------------------------------------------- @redhat@# Always use %defattr(-,root,root) in %files (added in rpm-4.0.4) @redhat@# -@redhat@%files(n:f:) %%files%{?-f: -f %{-f*}}%{?-n: -n %{-n*}} %{?1}\ -@redhat@%defattr(-,root,root,-) +@redhat@#%files(n:f:) %%files%{?-f: -f %{-f*}}%{?-n: -n %{-n*}} %{?1}\ +@redhat@#%defattr(-,root,root,-)\ +@redhat@#%{nil} + @mandrake@#--------------------------------------------------------------------- @mandrake@# Mandrake vendor specific macros |