forked from Mirror/pmbootstrap
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:
parent
87a248adfe
commit
09a51601fb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue