diff options
author | root <root@rshg054.dnsready.net> | 2011-11-17 23:14:48 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-17 23:14:48 +0000 |
commit | 029ccb02a25d48cdc39a7e749c17fa8bc9fb84e3 (patch) | |
tree | 908f9408ef6f7dbb40964c3d7000ff4668efe6af /community/icewm-utils | |
parent | b3531e5acd3f55613eddde5591eb2e880fa96ed8 (diff) |
Thu Nov 17 23:14:48 UTC 2011
Diffstat (limited to 'community/icewm-utils')
-rw-r--r-- | community/icewm-utils/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/icewm-utils/PKGBUILD b/community/icewm-utils/PKGBUILD index b31b6e324..aed8df1b0 100644 --- a/community/icewm-utils/PKGBUILD +++ b/community/icewm-utils/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 27018 2010-09-16 17:37:18Z schuay $ +# $Id: PKGBUILD 58602 2011-11-16 15:27:25Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Dominika Solarz <dominikasolarz@gmail.com> @@ -17,7 +17,7 @@ _iconcvtver=1.0 _rrunver=0.5 _mergeprefsver=0.5 -pkgrel=5 +pkgrel=6 pkgdesc="Suite of tools for IceWM" arch=(i686 x86_64) license=("GPL") @@ -66,11 +66,10 @@ build() { # python2 fix for file in $(find . -name '*.py' -print); do - sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file - sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file + sed -i 's_#!.*/usr/bin/python$_#!/usr/bin/python2_' $file + sed -i 's_#!.*/usr/bin/env.*python$_#!/usr/bin/env python2_' $file done - (cd icets-$_tsver && patch -p0 <$srcdir/icets-fix-icewmtray-crash.diff) cd $srcdir/icemc-$_mcver |