1
0
Jan Engelhardt 2016-07-31 12:17:05 +00:00 committed by Git OBS Bridge
parent e0b238fac6
commit 7b7ada2134

View File

@ -36,9 +36,9 @@ sound packages.
%build
%install
c="%buildroot/%_sysconfdir/rpm";
mkdir -p "$c";
install -pm0644 "%{S:1}" "$c/";
c="%buildroot/%_sysconfdir/rpm"
mkdir -p "$c"
install -pm0644 "%{S:1}" "$c/"
%files
%defattr(-,root,root)