summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/openbox/openbox-2.2.1-r1.ebuild')
-rw-r--r--x11-wm/openbox/openbox-2.2.1-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/openbox/openbox-2.2.1-r1.ebuild b/x11-wm/openbox/openbox-2.2.1-r1.ebuild
index c090a152f7ca..fc8ee3efff4e 100644
--- a/x11-wm/openbox/openbox-2.2.1-r1.ebuild
+++ b/x11-wm/openbox/openbox-2.2.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-2.2.1-r1.ebuild,v 1.3 2003/02/13 17:52:43 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-2.2.1-r1.ebuild,v 1.4 2003/04/23 00:05:16 lostlogic Exp $
IUSE="nls"
@@ -22,8 +22,8 @@ myconf="--enable-xinerama"
src_unpack() {
unpack ${P}.tar.gz
- ssed -i "s:xftlsfonts::" ${S}/util/Makefile.am
- ssed -i "s:xftlsfonts::" ${S}/util/Makefile.in
+ sed -i "s:xftlsfonts::" ${S}/util/Makefile.am
+ sed -i "s:xftlsfonts::" ${S}/util/Makefile.in
}