From 917698ec1d4c9a79e3580cce4cbeb56fd4fa5a96 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Tue, 1 Mar 2022 09:08:19 -0600 Subject: use arch_prefix for this feature instead --- src/app_mkpkg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app_mkpkg.c') diff --git a/src/app_mkpkg.c b/src/app_mkpkg.c index 3272613..5b2e7cd 100644 --- a/src/app_mkpkg.c +++ b/src/app_mkpkg.c @@ -263,7 +263,7 @@ static int mkpkg_main(void *pctx, struct apk_ctx *ac, struct apk_string_array *a } } if (adb_ro_val(&pkgi, ADBI_PI_ARCH) == ADB_VAL_NULL) - adb_wo_blob(&pkgi, ADBI_PI_ARCH, APK_BLOB_STRLIT(APK_DEFAULT_ABI_TAG)); + adb_wo_blob(&pkgi, ADBI_PI_ARCH, APK_BLOB_STRLIT(APK_DEFAULT_FULL_ARCH)); // scan and add all files if (ctx->files_dir) { -- cgit v1.2.3-70-g09d2