diff options
author | Tim Biermann <tbier@posteo.de> | 2020-04-11 21:27:22 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-04-11 21:27:31 +0000 |
commit | f6e7c7b4e3f639cf61e468092079bb1eae0cc215 (patch) | |
tree | afff9b92504658c367b9bfee9e6632a5d6fab1f0 /metis | |
parent | d3b8e4969e2b3d68d2e2972d5be45545e5ef52fa (diff) | |
download | contrib-f6e7c7b4e3f639cf61e468092079bb1eae0cc215.tar.gz contrib-f6e7c7b4e3f639cf61e468092079bb1eae0cc215.tar.xz |
metis: remove unneeded ls during build
Diffstat (limited to 'metis')
-rw-r--r-- | metis/.signature | 4 | ||||
-rw-r--r-- | metis/Pkgfile | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/metis/.signature b/metis/.signature index 01fd63b2b..4d19d83f3 100644 --- a/metis/.signature +++ b/metis/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF38qPY6T6tUF3mQIs0qgI8SnAIoR1OgYs8i/wIsCKx4NoPnVb4MuDYA27YfdMbtVX4uhqAo4Fz3rK5tMsH9u4MAU= -SHA256 (Pkgfile) = 7bbe2b5b0b903f61dbfee35a9a0a35cf08e33d0c5e033c4eea88c832766d170b +RWSagIOpLGJF32FJUypS+0oRRIvm6xvnPMbKVdFw605KplcoSqyRMHALoIEQZiVA+5EoSHAtW8QD2fTE7JNjBOAxnEdAA65LAAo= +SHA256 (Pkgfile) = e2ed52e992a9a613c13e1f9ab864998761c0bd897b4a2b60ae4077b1e2f96d50 SHA256 (.footprint) = 35748513ff8e037388044b92c13b1ac4d7d5b1f5e0d8a93ecf4088752c724dc3 SHA256 (metis-5.1.0.tar.gz) = 76faebe03f6c963127dbb73c13eab58c9a3faeae48779f049066a21c087c5db2 diff --git a/metis/Pkgfile b/metis/Pkgfile index 52fc34fc8..a843e60a4 100644 --- a/metis/Pkgfile +++ b/metis/Pkgfile @@ -10,7 +10,6 @@ source=(http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/$name-$version.tar.gz) build() { cd $name-$version - ls make config shared=1 prefix=/usr make make install DESTDIR=$PKG |