1
0
Fork 0

Removed not existing install-service target.

This commit is contained in:
Alexander Andreev 2022-02-10 22:49:21 +04:00
parent 51265cafb5
commit 4ffe3670f3
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ build() {
package() {
cd "$srcdir/$pkgname"
make DESTDIR="$pkgdir/" install
make DESTDIR="$pkgdir/" install-service
}
post_install() {