mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/mythtv fix
This commit is contained in:
parent
b059bdf2c1
commit
31259b75a2
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ build() {
|
|||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
cd "$srcdir/$pkgname-fixes-$pkgver/$pkgname"
|
||||
make INSTALL_ROOT="$pkgdir" install
|
||||
|
||||
install -D -m644 "$srcdir/mythbackend.service" "$pkgdir/usr/lib/systemd/system/mythbackend.service"
|
||||
|
|
Loading…
Reference in a new issue