diff options
| author | Bruno Cesar Ribas <brunoribas@gmail.com> | 2018-08-22 18:21:23 +0000 |
|---|---|---|
| committer | Bruno Cesar Ribas <brunoribas@gmail.com> | 2018-08-22 18:21:23 +0000 |
| commit | 3195e008a2ce7e0fa92766bb8cefdd182b98df9e (patch) | |
| tree | 21c33262a10ae592b14579f30b9664d77c2a9a5a | |
| parent | 46f35d10395eb6f4c3132379ea397448f8a6533c (diff) | |
| download | boca-3195e008a2ce7e0fa92766bb8cefdd182b98df9e.tar.gz boca-3195e008a2ce7e0fa92766bb8cefdd182b98df9e.zip | |
Makefile: Fix install-bocadb
Signed-off-by: Bruno Cesar Ribas <brunoribas@gmail.com>
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ install-scripts: install tools/dump.sh $(DESTDIR)/usr/sbin/boca-dump install-bocadb: + mkdir -p $(DESTDIR)/usr/sbin/ install tools/boca-createdb.sh $(DESTDIR)/usr/sbin/boca-createdb install-bocacommon: |