test: cosmetic: install deviceinfo under /usr/share

To use the same convention as in pmaports.

See https://gitlab.com/postmarketOS/pmaports/-/merge_requests/4283

Signed-off-by: Pablo Correa Gómez <ablocorrea@hotmail.com>
Reviewed-by: Luca Weiss <luca@z3ntu.xyz>
Link: https://lists.sr.ht/~postmarketos/pmbootstrap-devel/%3C20230827174210.27896-1-pabloyoyoista@postmarketos.org%3E
This commit is contained in:
Pablo Correa Gómez 2023-08-27 19:42:00 +02:00 committed by Oliver Smith
parent 87a248adfe
commit 09a51601fb
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -18,7 +18,7 @@ options="!check"
package() { package() {
install -D -m644 "$srcdir/deviceinfo" \ install -D -m644 "$srcdir/deviceinfo" \
"$pkgdir/etc/deviceinfo" "$pkgdir/usr/share/deviceinfo"
install -D -m644 "$srcdir"/90-android-touch-dev.rules \ install -D -m644 "$srcdir"/90-android-touch-dev.rules \
"$pkgdir"/etc/udev/rules.d/90-android-touch-dev.rules "$pkgdir"/etc/udev/rules.d/90-android-touch-dev.rules
} }