pkg.in: more --parents
Allow placing profiles in directory like groups and lists.
This commit is contained in:
parent
262d353742
commit
8f81f3110e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user