Commit 67573cce authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Removed redundant sylink from build-image-www target

parent 75d1dcbc
...@@ -777,9 +777,6 @@ rm /lib/systemd/system/build.service ...@@ -777,9 +777,6 @@ rm /lib/systemd/system/build.service
rm /lib/systemd/system/build rm /lib/systemd/system/build
</echo> </echo>
<chmod file="${sysdir}/lib/systemd/system/build" perm="755"/> <chmod file="${sysdir}/lib/systemd/system/build" perm="755"/>
<exec executable="ln" failonerror="true">
<arg line="-s /lib/systemd/system/build.service ${sysdir}/etc/systemd/system/rescue.target.wants/build.service"/>
</exec>
</target> </target>
<target name="return-www-build-results"> <target name="return-www-build-results">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment