Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
Cadey Ratio 2021-05-22 18:21:22 -04:00
parent 8e051c4e69
commit 5e5424694b
1 changed files with 2 additions and 2 deletions

View File

@ -63,8 +63,8 @@ rm -rf %{buildroot}
mkdir -p %{buildroot}
cp -a * %{buildroot}
mkdir -p %{buildroot}%{_unitdir}
install -m 0644 ./%{name}.service %{buildroot}%{_unitdir}
install -m 0644 ./%{name}.default %{buildroot}/etc/default/printerfacts
install -m 0644 %{name}.service %{buildroot}%{_unitdir}
install -m 0644 %{name}.default %{buildroot}/etc/default/printerfacts
%clean
rm -rf %{buildroot}