summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2015-10-12 23:41:49 +1100
committerMichael Palimaka <kensington@gentoo.org>2015-10-12 23:41:49 +1100
commit235596e86221ddaff60bbc0a6ae5358cdcc0b419 (patch)
treea5c5378d1d414672603b50b57f5f682b60f61bbf
parentcbcda998ca53f72fbecbb958c1d1cb8513043794 (diff)
downloadkde-235596e86221ddaff60bbc0a6ae5358cdcc0b419.tar.gz
kde-235596e86221ddaff60bbc0a6ae5358cdcc0b419.tar.bz2
kde-235596e86221ddaff60bbc0a6ae5358cdcc0b419.zip
kde-apps/libkcddb: nitpicks
Package-Manager: portage-2.2.20.1
-rw-r--r--kde-apps/libkcddb/libkcddb-15.08.49.9999.ebuild4
-rw-r--r--kde-apps/libkcddb/libkcddb-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/kde-apps/libkcddb/libkcddb-15.08.49.9999.ebuild b/kde-apps/libkcddb/libkcddb-15.08.49.9999.ebuild
index 9e6dca64910..3aceb53ee41 100644
--- a/kde-apps/libkcddb/libkcddb-15.08.49.9999.ebuild
+++ b/kde-apps/libkcddb/libkcddb-15.08.49.9999.ebuild
@@ -26,9 +26,9 @@ src_prepare() {
kde4-base_src_prepare
if ! use handbook ; then
- pushd kcmcddb > /dev/null
+ pushd kcmcddb > /dev/null || die
comment_add_subdirectory doc
- popd > /dev/null
+ popd > /dev/null || die
fi
}
diff --git a/kde-apps/libkcddb/libkcddb-9999.ebuild b/kde-apps/libkcddb/libkcddb-9999.ebuild
index 9e6dca64910..3aceb53ee41 100644
--- a/kde-apps/libkcddb/libkcddb-9999.ebuild
+++ b/kde-apps/libkcddb/libkcddb-9999.ebuild
@@ -26,9 +26,9 @@ src_prepare() {
kde4-base_src_prepare
if ! use handbook ; then
- pushd kcmcddb > /dev/null
+ pushd kcmcddb > /dev/null || die
comment_add_subdirectory doc
- popd > /dev/null
+ popd > /dev/null || die
fi
}