metis: remove unneeded ls during build
This commit is contained in:
parent
d3b8e4969e
commit
f6e7c7b4e3
@ -1,5 +1,5 @@
|
|||||||
untrusted comment: verify with /etc/ports/contrib.pub
|
untrusted comment: verify with /etc/ports/contrib.pub
|
||||||
RWSagIOpLGJF38qPY6T6tUF3mQIs0qgI8SnAIoR1OgYs8i/wIsCKx4NoPnVb4MuDYA27YfdMbtVX4uhqAo4Fz3rK5tMsH9u4MAU=
|
RWSagIOpLGJF32FJUypS+0oRRIvm6xvnPMbKVdFw605KplcoSqyRMHALoIEQZiVA+5EoSHAtW8QD2fTE7JNjBOAxnEdAA65LAAo=
|
||||||
SHA256 (Pkgfile) = 7bbe2b5b0b903f61dbfee35a9a0a35cf08e33d0c5e033c4eea88c832766d170b
|
SHA256 (Pkgfile) = e2ed52e992a9a613c13e1f9ab864998761c0bd897b4a2b60ae4077b1e2f96d50
|
||||||
SHA256 (.footprint) = 35748513ff8e037388044b92c13b1ac4d7d5b1f5e0d8a93ecf4088752c724dc3
|
SHA256 (.footprint) = 35748513ff8e037388044b92c13b1ac4d7d5b1f5e0d8a93ecf4088752c724dc3
|
||||||
SHA256 (metis-5.1.0.tar.gz) = 76faebe03f6c963127dbb73c13eab58c9a3faeae48779f049066a21c087c5db2
|
SHA256 (metis-5.1.0.tar.gz) = 76faebe03f6c963127dbb73c13eab58c9a3faeae48779f049066a21c087c5db2
|
||||||
|
@ -10,7 +10,6 @@ source=(http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/$name-$version.tar.gz)
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
ls
|
|
||||||
make config shared=1 prefix=/usr
|
make config shared=1 prefix=/usr
|
||||||
make
|
make
|
||||||
make install DESTDIR=$PKG
|
make install DESTDIR=$PKG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user