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.
8 lines
254 B
8 lines
254 B
TOP_LEVEL_DIR := ..
|
|
include $(TOP_LEVEL_DIR)/Makefile.common
|
|
|
|
# TODO fix permissions and ownerships
|
|
$(TARGET_CHROOT)/var/lib/quadlets/nextcloud-aio/data:
|
|
install -m 0777 -o 0 -g 0 -d $@
|
|
|
|
install-var: $(TARGET_CHROOT)/var/lib/quadlets/nextcloud-aio/data
|
|
|