commit: 391204077e7dba0efd3c6c62c3bc2408c8158504
Author: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 12 10:40:44 2014 +0000
Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Sat Jul 12 10:40:44 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=39120407
In the release tarball the cache dir is missing.
---
www-apps/gitlist/gitlist-0.5.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/www-apps/gitlist/gitlist-0.5.0.ebuild
b/www-apps/gitlist/gitlist-0.5.0.ebuild
index ffd6e1b..cb94a93 100644
--- a/www-apps/gitlist/gitlist-0.5.0.ebuild
+++ b/www-apps/gitlist/gitlist-0.5.0.ebuild
@@ -28,6 +28,7 @@ src_install() {
rm INSTALL.md README.md LICENSE.txt || die
mv config.ini-example config.ini || die
+ mkdir -p cache
cp -R . "${D}/${MY_HTDOCSDIR}" || die