author | Sergej Pupykin
<spupykin@archlinux.org> 2012-10-08 16:12:45 UTC |
committer | Sergej Pupykin
<spupykin@archlinux.org> 2012-10-08 16:12:45 UTC |
parent | afaec891f6e967291ac4a1380cdf92567ed91ff1 |
PKGBUILD | +3 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 62a3042..9ba6ec1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=sdcc pkgver=3.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="Retargettable ANSI C compiler (Intel 8051, Maxim 80DS390, Zilog Z80 and the Motorola 68HC08)" arch=('i686' 'x86_64') license=('GPL') @@ -28,4 +28,6 @@ build() { mv $pkgdir/usr/lib/lib/* $pkgdir/usr/lib/sdcc/ rm -rf $pkgdir/usr/lib/lib fi + + sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python3|' $pkgdir/usr/bin/as2gbmap }