]> Pileus Git - ~andy/sunrise/blobdiff - www-apps/tt-rss/tt-rss-1.5.3.ebuild
www-apps/tt-rss: Add missing die
[~andy/sunrise] / www-apps / tt-rss / tt-rss-1.5.3.ebuild
index 079c2643a891c7af393d70c5867b2ecad7da2633..a2d474f4fefe39812e40e8212036764d857bbf48 100644 (file)
@@ -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..."