update pkgbuild

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2024-01-16 14:05:21 +00:00
parent 9e8cb311d1
commit c55b7c24fe
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ source=(
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
ln -s ../config.h
ln -fs ../config.h
make
}