mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/st: call default_prepare in prepare
This commit is contained in:
parent
a6552a641d
commit
7665e24691
@ -14,7 +14,9 @@ source="http://dl.suckless.org/$pkgname/$pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
prepare() {
|
||||
sed -i '/tic/d' "$builddir"/Makefile
|
||||
default_prepare
|
||||
cd "$builddir"
|
||||
sed -i '/tic/d' Makefile
|
||||
}
|
||||
|
||||
build() {
|
||||
|
Loading…
Reference in New Issue
Block a user