diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-04-09 03:21:56 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-04-09 03:21:56 +0000 |
commit | 81a06c30b68f4b97a3a1dca5a08bda90e706d157 (patch) | |
tree | 17fbeecce2d12e98140e8195ddef9b3c4d11776e /skel.ebuild | |
parent | Added xosd for lineakd (diff) | |
download | gentoo-2-81a06c30b68f4b97a3a1dca5a08bda90e706d157.tar.gz gentoo-2-81a06c30b68f4b97a3a1dca5a08bda90e706d157.tar.bz2 gentoo-2-81a06c30b68f4b97a3a1dca5a08bda90e706d157.zip |
added || die
Diffstat (limited to 'skel.ebuild')
-rw-r--r-- | skel.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skel.ebuild b/skel.ebuild index 83fd38afef01..cc0348c63dbb 100644 --- a/skel.ebuild +++ b/skel.ebuild @@ -98,7 +98,7 @@ src_compile() { # Also note that it is cleaner and easier to use econf, which is the # portage shortcut to the above ./configure statement: # - # econf + # econf || die # emake (previously known as pmake) is a script that calls the # standard GNU make with parallel building options for speedier @@ -129,5 +129,5 @@ src_install() { # The portage shortcut to the above command is simply: # - #einstall + #einstall || die } |