fix: mkdir

This commit is contained in:
2025-09-05 10:58:19 +08:00
parent be8bd41fee
commit 5369e7b1b4
+1
View File
@@ -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