summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2011-05-27 12:53:38 +0000
committerThomas Sachau <tommy@gentoo.org>2011-05-27 12:53:38 +0000
commit2ac2cac02ef68862893de759ab3a7673977d92ae (patch)
tree6d734a2baded7258b957e9be03e82e00ffb0200a /www-apps/tt-rss/tt-rss-1.5.3.ebuild
parentgames-rpg/pylotro: Reorder inherit line, drop implicit pkg_postrm, remove now... (diff)
downloadsunrise-2ac2cac02ef68862893de759ab3a7673977d92ae.tar.gz
sunrise-2ac2cac02ef68862893de759ab3a7673977d92ae.tar.bz2
sunrise-2ac2cac02ef68862893de759ab3a7673977d92ae.zip
www-apps/tt-rss: Add missing die
svn path=/sunrise/; revision=12106
Diffstat (limited to 'www-apps/tt-rss/tt-rss-1.5.3.ebuild')
-rw-r--r--www-apps/tt-rss/tt-rss-1.5.3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/www-apps/tt-rss/tt-rss-1.5.3.ebuild b/www-apps/tt-rss/tt-rss-1.5.3.ebuild
index 079c2643a..a2d474f4f 100644
--- a/www-apps/tt-rss/tt-rss-1.5.3.ebuild
+++ b/www-apps/tt-rss/tt-rss-1.5.3.ebuild
@@ -28,9 +28,9 @@ pkg_setup() {
src_prepare() {
# Extracted files are in an unneeded sub-directory, move them to .
- mv ${P}-proper/* .
- rm ${P}-proper/.gitignore
- rmdir ${P}-proper
+ mv ${P}-proper/* . || die
+ rm ${P}-proper/.gitignore || die
+ rmdir ${P}-proper || die
# Customize config.php so that the right 'DB_TYPE' is already set (according to the USE flag)
einfo "Customizing config.php..."