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() {
|
||||
cd "${pkgname}-${pkgver}/dist"
|
||||
./1-dist.sh
|
||||
cd ..
|
||||
cd "${pkgname}-${pkgver}/build/tarball"
|
||||
./tarball-automake.sh
|
||||
cd ../..
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue