summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2016-09-09 16:33:22 -0400
committerJeremy Audet2016-09-09 16:37:21 -0400
commitd819210f4230908c211b7365ee72994823e0a403 (patch)
treecdb54da3f474c32280101d56f91e9dbaf8a7cb64
parent7df211709001b680dbb53f447882c51e4155c2c9 (diff)
downloadaur-d819210f4230908c211b7365ee72994823e0a403.tar.gz
Drop references to self-contained install
The comments in `build()` state that a self-contained install is performed. However, this does not appear to be true. According to the official documentation, a self-contained installation is only done if the `-d` option is passed to `install.sh`; otherwise, a system-wide installation is performed. See: http://docs.opennebula.org/5.0/integration/references/compile.html
-rw-r--r--PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 976c6156e180..0e57fc73111f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -121,14 +121,9 @@ build() {
###########################################################################
## ##
## It is highly recommended that you read the documentation and tweak ##
- ## the PKGBUILD accordingly: ##
+ ## the PKGBUILD accordingly: ##
## http://docs.opennebula.org/stable/integration/references/compile.html ##
## ##
- ## This package assumes a self-contained install. If you do NOT want a ##
- ## self-contained install, then remove `-d /srv/cloud/one` from the ##
- ## package() function and MAKE SURE you properly change the ##
- ## appropriate sections of opennebula-unstable.install ##
- ## ##
###########################################################################
# This builds the vanilla OpenNebula package. Tweak this line as desired.