Index: trunk/debs/ganglios/Makefile |
— | — | @@ -16,6 +16,9 @@ |
17 | 17 | install -d ${DESTDIR}/usr/share/pyshared/ganglios |
18 | 18 | install -m 0644 ${MODULES} ${DESTDIR}/usr/share/pyshared/ganglios |
19 | 19 | |
| 20 | + install -d ${DESTDIR}/var/lib/ganglia/xmlcache |
| 21 | + install -d ${DESTDIR}/var/log/ganglia |
| 22 | + |
20 | 23 | clean: |
21 | 24 | |
22 | 25 | deb: |