summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Muskee <wimmuskee@gmail.com>2013-02-17 11:27:33 +0100
committerWim Muskee <wimmuskee@gmail.com>2013-02-17 11:27:33 +0100
commit3c20d46083252e411ddeb0ac165db3b4f288d7b7 (patch)
treeaa2534c75df17ec4c36fda918535252b730e7e07 /net-misc/ltsp-client/ltsp-client-5.4.4.ebuild
parentltsp-server: bump to 5.4.5, add nls support and build time man page generation (diff)
downloadltsp-3c20d46083252e411ddeb0ac165db3b4f288d7b7.tar.gz
ltsp-3c20d46083252e411ddeb0ac165db3b4f288d7b7.tar.bz2
ltsp-3c20d46083252e411ddeb0ac165db3b4f288d7b7.zip
ltsp-client: fix or die bugs
Diffstat (limited to 'net-misc/ltsp-client/ltsp-client-5.4.4.ebuild')
-rw-r--r--net-misc/ltsp-client/ltsp-client-5.4.4.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/ltsp-client/ltsp-client-5.4.4.ebuild b/net-misc/ltsp-client/ltsp-client-5.4.4.ebuild
index 432d92e..7e1e2a2 100644
--- a/net-misc/ltsp-client/ltsp-client-5.4.4.ebuild
+++ b/net-misc/ltsp-client/ltsp-client-5.4.4.ebuild
@@ -43,13 +43,13 @@ S=${WORKDIR}/ltsp
src_configure() {
pushd client/getltscfg
- emake || or die "Could not make getltspcfg"
+ emake || die "Could not make getltspcfg"
popd
pushd client/localapps
- ./autogen.sh || or die "Could not generate configure for xatomwait"
- econf || or die "Could not configure xatomwait"
- emake || or die "Could not make xatomwait"
+ ./autogen.sh || die "Could not generate configure for xatomwait"
+ econf || die "Could not configure xatomwait"
+ emake || die "Could not make xatomwait"
popd
}