fix: add dir /usr/share/cups/banners
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f4c578278e
commit
ff292a3ee7
@ -132,7 +132,7 @@ make
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
make BUILDROOT=$RPM_BUILD_ROOT install
|
||||
rm -rf $RPM_BUILD_ROOT/usr/share/cups/banners $RPM_BUILD_ROOT/usr/share/cups/data
|
||||
rm -rf $RPM_BUILD_ROOT/usr/share/cups/data
|
||||
|
||||
%post
|
||||
%if %{?_with_systemd:1}%{!?_with_systemd:0}
|
||||
@ -262,6 +262,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
/usr/sbin/*
|
||||
%dir /usr/share/cups
|
||||
%dir /usr/share/cups/banners
|
||||
%dir /usr/share/cups/drv
|
||||
/usr/share/cups/drv/*
|
||||
%dir /usr/share/cups/ipptool
|
||||
|
Reference in New Issue
Block a user