mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +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"
|
||||
}
|
||||
|
||||
pre_install() {
|
||||
export DESTDIR="${DESTDIR}/usr"
|
||||
do_install() {
|
||||
make DESTDIR=${DESTDIR}/usr install
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue