mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
gsl-ucg: fix installation step
This commit is contained in:
parent
ae32aee9a2
commit
781ce378c0
1 changed files with 2 additions and 2 deletions
|
@ -17,6 +17,6 @@ pre_build() {
|
||||||
export CC="CCNAME='$CC' ./c -q"
|
export CC="CCNAME='$CC' ./c -q"
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_install() {
|
do_install() {
|
||||||
export DESTDIR="${DESTDIR}/usr"
|
make DESTDIR=${DESTDIR}/usr install
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue