diff options
| author | Bruno Cesar Ribas <brunoribas@gmail.com> | 2018-08-23 00:06:07 +0000 |
|---|---|---|
| committer | Bruno Cesar Ribas <brunoribas@gmail.com> | 2018-08-23 00:06:07 +0000 |
| commit | e9f46cd4aa43ee1b76faeed55f0eaf6945c237b7 (patch) | |
| tree | 3946041d953cab4202db7fdd8b997cb458c48df8 /Makefile | |
| parent | dc1451337d29d47b6312e23b6ad8391cc792e649 (diff) | |
| download | boca-e9f46cd4aa43ee1b76faeed55f0eaf6945c237b7.tar.gz boca-e9f46cd4aa43ee1b76faeed55f0eaf6945c237b7.zip | |
boca-common now holds all /var/www/boca files
Files are too tightened to be separated for now. In a future release we
will work to make things more independent.
Signed-off-by: Bruno Cesar Ribas <brunoribas@gmail.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ install-bocawww: cp -r src $(DESTDIR)/var/www/boca/ cp -r doc $(DESTDIR)/var/www/boca/ -install-bocaapache: install-bocawww +install-bocaapache: mkdir -p $(DESTDIR)/etc/apache2/sites-enabled/ cp tools/000-boca.conf $(DESTDIR)/etc/apache2/sites-enabled/000-boca.conf a2ensite default-ssl || echo a2ensite default-ssl FAILED @@ -25,7 +25,7 @@ install-bocadb: mkdir -p $(DESTDIR)/usr/sbin/ install tools/boca-createdb.sh $(DESTDIR)/usr/sbin/boca-createdb -install-bocacommon: +install-bocacommon: install-bocawww mkdir -p $(DESTDIR)/usr/sbin/ mkdir -p $(DESTDIR)/etc/ cp tools/boca.conf $(DESTDIR)/etc/ |