mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/tabby: fix config shebang
This commit is contained in:
parent
61491d3a85
commit
06f75f44c4
@ -2,7 +2,7 @@
|
||||
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
||||
pkgname=tabby
|
||||
pkgver=2.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Tabbed Tiling Wayland Compositor"
|
||||
url="https://code.jessemcclure.org/tabby/"
|
||||
arch="all"
|
||||
@ -20,6 +20,12 @@ subpackages="$pkgname-doc"
|
||||
source="tabby-$pkgver-r1.tar.gz::https://code.jessemcclure.org/tabby/tarball/$pkgver/tabby-$pkgver.tar.gz"
|
||||
options="!check" # no checks provided
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
# set to /bin by default
|
||||
sed -i "s|bin|usr/bin|" share/config
|
||||
}
|
||||
|
||||
build() {
|
||||
make
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user