- Properly create empty directories when installed from package

This commit is contained in:
Pav Lucistnik 2007-07-31 13:55:59 +00:00
parent 6b540a0129
commit ef7b83cf2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196828

View file

@ -311,6 +311,7 @@ bin/tracd
%%EXAMPLESDIR%%/trac-pre-commit-hook
%%DATADIR%%/cgi-bin/trac.cgi
%%DATADIR%%/cgi-bin/trac.fcgi
@exec mkdir -p %D/%%DATADIR%%/conf
%%DATADIR%%/htdocs/README
%%DATADIR%%/htdocs/asc.png
%%DATADIR%%/htdocs/attachment.png
@ -352,6 +353,7 @@ bin/tracd
%%DATADIR%%/htdocs/trac_logo_mini.png
%%DATADIR%%/htdocs/wiki.png
%%DATADIR%%/htdocs/xml.png
@exec mkdir -p %D/%%DATADIR%%/plugins
%%DATADIR%%/templates/README
%%DATADIR%%/templates/about.cs
%%DATADIR%%/templates/anydiff.cs