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 | d3de94b7887c1c3f25c4ebf468dc60042440a770 (patch) | |
tree | a7f38bb37c5fa49586d9e6414857856510e4cbb0 /x11-wm/treewm | |
parent | lintool (diff) | |
download | historical-d3de94b7887c1c3f25c4ebf468dc60042440a770.tar.gz historical-d3de94b7887c1c3f25c4ebf468dc60042440a770.tar.bz2 historical-d3de94b7887c1c3f25c4ebf468dc60042440a770.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() { |