Răsfoiți Sursa

Fix #82: themes dir

George S. Baugh 5 ani în urmă
părinte
comite
6f29cbb65b
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      Makefile

+ 2 - 1
Makefile

@@ -1,6 +1,7 @@
 .PHONY: install
 .PHONY: install
 install:
 install:
-	test -d $(HOME) || mkdir $(HOME)/.tcms
+	test -d $(HOME)/.tcms || mkdir $(HOME)/.tcms
+	test -d www/themes || mkdir www/themes
 	rm pod2htmd.tmp; /bin/true
 	rm pod2htmd.tmp; /bin/true
 
 
 .PHONY: test
 .PHONY: test