diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2017-10-27 19:40:20 -0200 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2017-10-27 19:40:20 -0200 | 
| commit | 33aede62f471afa072498a82df8c4ca53fbfb5ef (patch) | |
| tree | d2067d98b088e9004b587619c88771aae08e7b94 /share/drupal8 | |
| parent | de4ef81615eae8e03a16dcc4df054a233c3f70c0 (diff) | |
| download | templater-33aede62f471afa072498a82df8c4ca53fbfb5ef.tar.gz templater-33aede62f471afa072498a82df8c4ca53fbfb5ef.tar.bz2  | |
Drupal 8: minor Makefile changes
Diffstat (limited to 'share/drupal8')
| -rw-r--r-- | share/drupal8/Makefile | 4 | 
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:  | 
