Commit 8f81f311 authored by Alexey Shabalin's avatar Alexey Shabalin Committed by Michael Shigorin

pkg.in: more --parents

Allow placing profiles in directory like groups and lists.
parent 262d3537
......@@ -14,7 +14,7 @@ all: | $(TARGET) $(GLOBAL_DEBUG) copy-profiles grep-archdep
copy-profiles:
@if [ -n "$(THE_PROFILES)" ]; then \
cp -at $(TARGET) -- \
cp --parents -at $(TARGET) -- \
$(addsuffix .directory,$(THE_PROFILES)); \
fi
......
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