From 09a51601fb8e21ba1f8ba91b17086c076a73ed48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Sun, 27 Aug 2023 19:42:00 +0200 Subject: [PATCH] test: cosmetic: install deviceinfo under /usr/share MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To use the same convention as in pmaports. See https://gitlab.com/postmarketOS/pmaports/-/merge_requests/4283 Signed-off-by: Pablo Correa Gómez Reviewed-by: Luca Weiss Link: https://lists.sr.ht/~postmarketos/pmbootstrap-devel/%3C20230827174210.27896-1-pabloyoyoista@postmarketos.org%3E --- .../aports/device/testing/device-sony-amami/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testdata/init_questions_device/aports/device/testing/device-sony-amami/APKBUILD b/test/testdata/init_questions_device/aports/device/testing/device-sony-amami/APKBUILD index aa663b26..b3d83b04 100644 --- a/test/testdata/init_questions_device/aports/device/testing/device-sony-amami/APKBUILD +++ b/test/testdata/init_questions_device/aports/device/testing/device-sony-amami/APKBUILD @@ -18,7 +18,7 @@ options="!check" package() { install -D -m644 "$srcdir/deviceinfo" \ - "$pkgdir/etc/deviceinfo" + "$pkgdir/usr/share/deviceinfo" install -D -m644 "$srcdir"/90-android-touch-dev.rules \ "$pkgdir"/etc/udev/rules.d/90-android-touch-dev.rules }