Commit a007e7fa authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We should use install instead mkdir

parent 45951673
......@@ -3,5 +3,5 @@ all:
install -m 0755 zramstop /usr/sbin
install -m 0644 zram.service /lib/systemd/system
install -m 0644 zram /etc/sysconfig
mkdir -p /etc/systemd/system/swap.target.wants
ln -s /usr/lib/systemd/system/zram.service /etc/systemd/system/swap.target.wants/zram.service
\ No newline at end of file
install -v -dm755 /etc/systemd/system/swap.target.wants
ln -s /usr/lib/systemd/system/zram.service /etc/systemd/system/swap.target.wants/zram.service
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