Skip to content
Snippets Groups Projects
Verified Commit 16b1a3bc authored by Clayton Craft's avatar Clayton Craft :speech_balloon:
Browse files

main/mdss-fb-init-hack: install to /usr/bin

parent ce22e3d3
No related branches found
No related tags found
No related merge requests found
# Maintainer: Atilla Szollosi <ata2001@airmail.cc>
pkgname=mdss-fb-init-hack
pkgver=0.1
pkgrel=2
pkgrel=3
pkgdesc="Workaround for buggy framebuffer driver (mdss-fb)"
url="https://gitlab.com/postmarketOS/pmaports"
arch="noarch"
......@@ -13,7 +13,7 @@ subpackages="$pkgname-openrc"
package() {
install -Dm755 "$srcdir/$pkgname.initd" "$pkgdir/etc/init.d/$pkgname"
install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/sbin/mdss-fb-hack"
install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/usr/bin/mdss-fb-hack"
}
openrc() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment