aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/drupal8/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/share/drupal8/Makefile b/share/drupal8/Makefile
index 3ba982f..dec93d3 100644
--- a/share/drupal8/Makefile
+++ b/share/drupal8/Makefile
@@ -118,6 +118,8 @@ reinitdb: destroydb initdb
clean:
vagrant halt
vagrant destroy -f
+ kvmx stop
+ kvmx destroy
rm -rf vendor/drupal*
# Export configuration
@@ -142,7 +144,7 @@ upgrade-modules:
# Upgrade drupal
upgrade-drupal:
- BASE=/vagrant/vendor drupal upgrade $(OLD) $(NEW)
+ BASE=$(DESTDIR) drupal upgrade $(OLD) $(NEW)
# Configure update hook on remote host
post_receive: