diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-17 14:50:07 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-17 14:50:07 +0000 |
commit | 67b7316fb6a8c4859ad435e812de74ab9051ae15 (patch) | |
tree | 3149ca32685a1a130ece685bb30d30e991b07610 /x11-wm/treewm | |
parent | lintool (diff) | |
download | gentoo-2-67b7316fb6a8c4859ad435e812de74ab9051ae15.tar.gz gentoo-2-67b7316fb6a8c4859ad435e812de74ab9051ae15.tar.bz2 gentoo-2-67b7316fb6a8c4859ad435e812de74ab9051ae15.zip |
lintool fixes
Diffstat (limited to 'x11-wm/treewm')
-rw-r--r-- | x11-wm/treewm/treewm-0.4.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/treewm/treewm-0.4.2.ebuild b/x11-wm/treewm/treewm-0.4.2.ebuild index a897f5b75c03..379471156916 100644 --- a/x11-wm/treewm/treewm-0.4.2.ebuild +++ b/x11-wm/treewm/treewm-0.4.2.ebuild @@ -15,10 +15,10 @@ DEPEND="virtual/glibc RDEPEND=${DEPEND} src_unpack() { - unpack ${A} - cd ${S} - # this is definitely going to be an upstream patch (mkennedy) - patch -p1 <${FILESDIR}/treewm-0.4.2-gcc3-gentoo.patch || die + unpack ${A} + cd ${S} + # this is definitely going to be an upstream patch (mkennedy) + patch -p1 <${FILESDIR}/treewm-0.4.2-gcc3-gentoo.patch || die } src_compile() { |