summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kobel2021-02-08 18:13:44 +0100
committerAlexander Kobel2021-02-08 18:13:44 +0100
commit73b69fd18e711407c010672b5dca1d4ee1c02449 (patch)
treeb3cdc018152f05a51a33a0b7fbdc0cb74823bde6
parent15776f619147bf20635334dde4661e8bc514b5dd (diff)
downloadaur-73b69fd18e711407c010672b5dca1d4ee1c02449.tar.gz
Don't try to install octave examples which are not built anymore
-rw-r--r--PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa3a0d79dc00..8dc98987bbef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,9 +38,6 @@ check () {
package () {
cd "${srcdir}/MPSolve"
make DESTDIR="${pkgdir}" install
- if [ -f ${pkgdir}/usr/share/octave/octave_packages ]; then
- sed -e "s/$(echo "${pkgdir}" | sed -e 's/[\/&]/\\&/g')//g" -i ${pkgdir}/usr/share/octave/octave_packages
- fi
if [ -e doc/html ]; then
cd doc/html