fix: mkdir
This commit is contained in:
@@ -22,6 +22,7 @@ Requires: coreutils
|
||||
%install
|
||||
install -Dm 755 oerv-firstboot.sh %{buildroot}/%{_sbindir}/oerv-firstboot.sh
|
||||
install -Dm 644 oerv-firstboot.service %{buildroot}/etc/systemd/system/oerv-firstboot.service
|
||||
mkdir -p "%{buildroot}/etc/systemd/system/multi-user.target.wants/"
|
||||
ln -s "/etc/systemd/system/oerv-firstboot.service" "%{buildroot}/etc/systemd/system/multi-user.target.wants/oerv-firstboot.service"
|
||||
|
||||
%files
|
||||
|
||||
Reference in New Issue
Block a user