diff options
author | Heikki Junes <heikki.junes@hut.fi> | 2002-11-28 22:00:00 +0000 |
---|---|---|
committer | Heikki Junes <heikki.junes@hut.fi> | 2002-11-28 22:00:00 +0000 |
commit | 9d1d49cd8fd03c9130658a40b7327b8899a5babd (patch) | |
tree | c07295a79289ce4b6cacbf8d71818792781401ee /make | |
parent | 8ad7aa3b898d23fd9d87db2c4c2abeaa33a9cf8e (diff) |
Set root-owner for doc.
Diffstat (limited to 'make')
-rw-r--r-- | make/lilypond.mandrake.spec.in | 3 | ||||
-rw-r--r-- | make/lilypond.redhat.spec.in | 1 | ||||
-rw-r--r-- | make/lilypond.suse.spec.in | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/make/lilypond.mandrake.spec.in b/make/lilypond.mandrake.spec.in index 787ec6b215..b674286972 100644 --- a/make/lilypond.mandrake.spec.in +++ b/make/lilypond.mandrake.spec.in @@ -2,7 +2,7 @@ %define name lilypond %define version @TOPLEVEL_VERSION@ -%define release 1mdk +%define release 2mdk Summary: A program for printing sheet music. Name: %{name} @@ -165,6 +165,7 @@ rm -rf $RPM_BUILD_ROOT # %_liconsdir/* %files documentation +%defattr(-, root, root) %doc web/ diff --git a/make/lilypond.redhat.spec.in b/make/lilypond.redhat.spec.in index 38a680bd97..4ce88f3013 100644 --- a/make/lilypond.redhat.spec.in +++ b/make/lilypond.redhat.spec.in @@ -143,6 +143,7 @@ chkfontpath --remove=%{_datadir}/share/lilypond/@TOPLEVEL_VERSION@/fonts/type1/ /etc/profile.d/lilypond.* %files documentation +%defattr(-, root, root) %doc web/ diff --git a/make/lilypond.suse.spec.in b/make/lilypond.suse.spec.in index 14017852de..657a10893d 100644 --- a/make/lilypond.suse.spec.in +++ b/make/lilypond.suse.spec.in @@ -261,6 +261,7 @@ touch var/adm/SuSEconfig/run-texhash #%{_prefix}/../etc/profile.d/lilypond.* %files doc +%defattr(-, root, root) # this gets too messy... |