summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMATSUU Takuto <matsuu@gentoo.org>2009-05-17 11:26:46 +0900
committerMATSUU Takuto <matsuu@gentoo.org>2009-05-17 11:26:46 +0900
commit18f141080b442636f1e05c949f93ea8f8c96d967 (patch)
tree5b80a730df6a4e4b9645419b9070e7964ac4ce54 /x11-wm/awesome/awesome-9999.ebuild
parentnet-fs/glusterfs: Fixed doc related issue. (diff)
downloadmatsuu-18f141080b442636f1e05c949f93ea8f8c96d967.tar.gz
matsuu-18f141080b442636f1e05c949f93ea8f8c96d967.tar.bz2
matsuu-18f141080b442636f1e05c949f93ea8f8c96d967.zip
x11-wm/awesome: Fixup breakage caused by cmake-utils.eclass change of May 8th
Diffstat (limited to 'x11-wm/awesome/awesome-9999.ebuild')
-rw-r--r--x11-wm/awesome/awesome-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/awesome/awesome-9999.ebuild b/x11-wm/awesome/awesome-9999.ebuild
index e0ed663..5a03fbe 100644
--- a/x11-wm/awesome/awesome-9999.ebuild
+++ b/x11-wm/awesome/awesome-9999.ebuild
@@ -88,7 +88,7 @@ src_install() {
if use doc ; then
(
- cd "${WORKDIR}"/${PN}_build/doc
+ cd "${CMAKE_BUILD_DIR}"/doc
mv html doxygen
dohtml -r doxygen || die
)