zd1211-firmware: Fix permissions of the firmware files.

The firmware files have been owned by some random user and
group, which has been fixed.

The firmware package will also be installed on the base system.
This commit is contained in:
Michael Tremer 2012-12-15 22:35:14 +01:00
parent b4bde197ee
commit c79b39f9c0
1 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,7 @@
name = zd1211-firmware
version = 1.4
release = 1
release = 2
arch = noarch
maintainer = Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
@ -32,9 +32,13 @@ build
mkdir -pv %{BUILDROOT}%{prefix}/lib/firmware/zd1211/
cp -prv zd1211_* %{BUILDROOT}%{prefix}/lib/firmware/zd1211/
cp -prv zd1211b_* %{BUILDROOT}%{prefix}/lib/firmware/zd1211/
chown -Rv root:root %{BUILDROOT}%{prefix}/lib/firmware
end
end
packages
package %{name}
groups += Base
end
end