mirror of
https://github.com/dvorka/hstr.git
synced 2024-12-28 02:34:58 +08:00
Fixing PKGBUILD to call the new scripts.
This commit is contained in:
parent
ae5271857a
commit
05b667e0e3
1 changed files with 3 additions and 3 deletions
6
PKGBUILD
6
PKGBUILD
|
@ -20,9 +20,9 @@ prepare() {
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${pkgname}-${pkgver}/dist"
|
cd "${pkgname}-${pkgver}/build/tarball"
|
||||||
./1-dist.sh
|
./tarball-automake.sh
|
||||||
cd ..
|
cd ../..
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue