Skip to content
Snippets Groups Projects
Unverified Commit 1f03ddf5 authored by Andrej Shadura's avatar Andrej Shadura
Browse files

Create directories under /root/.local actually under /root/.local

parent 98dea52c
Branches apertis/v2022dev3 apertis/v2022pre apertis/v2023dev0
Tags apertis/1.15.9-6+apertis0
No related merge requests found
......@@ -13,5 +13,5 @@ done
for d in bin etc include lib libexec share
do
mkdir -p "/etc/skel/.local/$d"
mkdir -p "/root/$d"
mkdir -p "/root/.local/$d"
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment