diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-04-30 12:12:07 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-04-30 12:12:07 +0000 |
commit | 88ff05e24550aa1246409c8d3247163d06da6c7a (patch) | |
tree | 38d116ff49f13ac166d798cb8fccb089c0021f42 /net-dialup/ppp/ppp-2.4.2-r2.ebuild | |
parent | readd gtk1 evo (Manifest recommit) (diff) | |
download | gentoo-2-88ff05e24550aa1246409c8d3247163d06da6c7a.tar.gz gentoo-2-88ff05e24550aa1246409c8d3247163d06da6c7a.tar.bz2 gentoo-2-88ff05e24550aa1246409c8d3247163d06da6c7a.zip |
bug #49318
Diffstat (limited to 'net-dialup/ppp/ppp-2.4.2-r2.ebuild')
-rw-r--r-- | net-dialup/ppp/ppp-2.4.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/ppp/ppp-2.4.2-r2.ebuild b/net-dialup/ppp/ppp-2.4.2-r2.ebuild index 6878781081ba..8d0844e367bc 100644 --- a/net-dialup/ppp/ppp-2.4.2-r2.ebuild +++ b/net-dialup/ppp/ppp-2.4.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.2-r2.ebuild,v 1.3 2004/04/28 11:20:58 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.2-r2.ebuild,v 1.4 2004/04/30 12:12:07 lanius Exp $ inherit eutils @@ -136,7 +136,7 @@ src_install() { } pkg_postinst() { - if [ ! -e ${ROOT}dev/.devfsd || ! -e ${ROOT}dev/.udev ] + if ! [ -e ${ROOT}dev/.devfsd ] || [ -e ${ROOT}dev/.udev ] then if [ ! -e ${ROOT}dev/ppp ]; then mknod ${ROOT}dev/ppp c 108 0 |