You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
308 B
5 lines
308 B
# Redis ACL fragments
|
|
TARGET_REDIS_FILES = $(patsubst other/redis/%.acl, $(TARGET_CHROOT)/etc/quadlets/redis/acl.d/%.acl, $(wildcard other/redis/*.acl))
|
|
TARGET_EXAMPLE_FILES += $(TARGET_REDIS_FILES)
|
|
$(TARGET_CHROOT)/etc/quadlets/redis/acl.d/%.acl: other/redis/%.acl
|
|
install -D -m 0644 -o root -g root $< $@
|
|
|