diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-31 13:55:59 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-31 13:55:59 +0000 |
commit | ef7b83cf2f14880f616f870e2b2c1cb918e3984b (patch) | |
tree | e7a5145d1c149737dde6800ae2223e8c025c14ab /www/trac | |
parent | 6b540a0129b9b6b000b6e8f0d369181a95b70773 (diff) |
- Properly create empty directories when installed from package
Notes
Notes:
svn path=/head/; revision=196828
Diffstat (limited to 'www/trac')
-rw-r--r-- | www/trac/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/trac/pkg-plist b/www/trac/pkg-plist index 2f10d0e259b5..15f9fb996d3d 100644 --- a/www/trac/pkg-plist +++ b/www/trac/pkg-plist @@ -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 |