Create ganeti ext storage log directory
authorFilippos Giannakos <philipgian@grnet.gr>
Wed, 16 Jan 2013 16:01:15 +0000 (18:01 +0200)
committerFilippos Giannakos <philipgian@grnet.gr>
Wed, 16 Jan 2013 16:01:15 +0000 (18:01 +0200)
xseg/tools/ext_scripts/Makefile

index d44a060..71b1c2b 100644 (file)
@@ -22,6 +22,7 @@ clean:
 
 install:
        install -d $(DESTDIR)$(ganetidir)
+       install -d $(DESTDIR)/var/log/ganeti/extstorage/
        @for f in $(FILES) ; do \
                install -o 0 -g 0 -m 644 -t $(DESTDIR)$(ganetidir) $$f ; \
        done