mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
Build spec files fixes
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
# PKGBUILD file for package clapper
|
||||
#
|
||||
# Copyright (C) 2020 sp1rit
|
||||
# Copyright (C) 2020 Rafostar
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
@@ -44,6 +45,5 @@ build() {
|
||||
package() {
|
||||
cd "${pkgname%-git}-$pkgver"
|
||||
DESTDIR="$pkgdir" meson install -C build/
|
||||
ln -s "$pkgdir/usr/bin/com.github.rafostar.Clapper" "$pkgdir/usr/bin/clapper"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user