sourcenumbers

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

View File

@ -64,8 +64,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 %{SOURCE1} %{buildroot}%{_unitdir}
install -m 0644 %{SOURCE2} %{buildroot}/etc/default/printerfacts
%clean
rm -rf %{buildroot}