Add Prefs/Env-Archive/SYS/Certificates/ca-bundle.crt to UserSYS

This commit is contained in:
deadwood 2024-01-05 13:56:32 +01:00
parent 3caae2cc4b
commit 4274889663
2 changed files with 6 additions and 2 deletions

View File

@ -25,6 +25,7 @@ include $(SRCDIR)/config/aros.cfg
#MM workbench-c-intuition \
#MM workbench-tools-quick \
#MM workbench-tools-editor \
#MM workbench-prefs-zune
#MM workbench-prefs-zune \
#MM workbench-prefs-envarc-copyfiles
%common

View File

@ -8,7 +8,8 @@ include $(SRCDIR)/$(CURDIR)/filelist.cfg
#MM runtime-package-deb-libaxrt-usersys \
#MM runtime-package-deb-libaxrt-usersys-fonts-truetype \
#MM runtime-package-deb-libaxrt-usersys-fonts-ttcourier \
#MM runtime-package-deb-libaxrt-usersys-s
#MM runtime-package-deb-libaxrt-usersys-s \
#MM runtime-package-deb-libaxrt-usersys-prefs-certificates
# Files are explicitly listed to have fine grained control over release process
AXRT_FILES := \
@ -78,6 +79,8 @@ S_FILES := \
%copy_files_q mmake=runtime-package-deb-libaxrt-usersys-s src=$(AROSDIR)/S dst=$(USERSYS_DEST_DIR)/S files=$(S_FILES)
%copy_files_q mmake=runtime-package-deb-libaxrt-usersys-prefs-certificates \
src=$(AROSDIR)/Prefs/Env-Archive/SYS/Certificates dst=$(USERSYS_DEST_DIR)/Prefs/Env-Archive/SYS/Certificates files="ca-bundle.crt"
runtime-package-deb-libaxrt : runtime-package-deb-libaxrt-build