testing/tabby: fix config shebang

This commit is contained in:
psykose 2022-03-19 14:33:20 +00:00
parent 61491d3a85
commit 06f75f44c4
No known key found for this signature in database

View File

@ -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
}