r98835 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98834‎ | r98835 | r98836 >
Date:23:51, 3 October 2011
Author:ben
Status:deferred
Tags:
Comment:
added rules to create log and cache directories on package installation
Modified paths:
  • /trunk/debs/ganglios/Makefile (modified) (history)

Diff [purge]

Index: trunk/debs/ganglios/Makefile
@@ -16,6 +16,9 @@
1717 install -d ${DESTDIR}/usr/share/pyshared/ganglios
1818 install -m 0644 ${MODULES} ${DESTDIR}/usr/share/pyshared/ganglios
1919
 20+ install -d ${DESTDIR}/var/lib/ganglia/xmlcache
 21+ install -d ${DESTDIR}/var/log/ganglia
 22+
2023 clean:
2124
2225 deb:

Status & tagging log