summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSledge Sulaweyo2020-03-29 17:01:32 +0200
committerSledge Sulaweyo2020-03-29 17:01:32 +0200
commit79dc2a06d62bada22cfe691fe3981375f8d78d5d (patch)
treea20936fabe6200ce51adf9423989cd31036d32d9
parent92eaf413165de85ac8108fd83e9ef10d5aa9303a (diff)
downloadaur-79dc2a06d62bada22cfe691fe3981375f8d78d5d.tar.gz
remove unneeded step
-rw-r--r--PKGBUILD9
1 files changed, 1 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a84b45e67461..c0ecd58c0f05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=opennebula
_unstable_pkg=opennebula-unstable
pkgver=5.10.3
-pkgrel=1
+pkgrel=2
pkgdesc="Virtual management infrastructure as a service (IaaS) toolkit for cloud computing (NOTE: Read the PKGBUILD!)"
arch=('i686' 'x86_64')
url='https://opennebula.org/'
@@ -133,13 +133,6 @@ prepare() {
sed -i 's/1.2.1/2.1.0/' "${srcdir}/one-release-${pkgver}/src/sunstone/public/package.json"
# node-sass
sed -i 's/3.10.1/4.13.0/' "${srcdir}/one-release-${pkgver}/src/sunstone/public/package.json"
-
- # As we install from the github release sources we need to build sunstone as well.
- # To do that we need the npm environment set up
- # https://docs.opennebula.org/5.4/integration/references/sunstone_dev.html#sunstone-dev
- cd "${srcdir}/one-release-${pkgver}/src/sunstone/public/"
- npm install
- bower install
}
build() {