wok-6.x diff input-utils/receipt @ rev 14450
Up: geany* (1.23)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sat Apr 27 02:42:11 2013 +0200 (2013-04-27) |
parents | 8387b6915400 |
children | 408c87fa22ca |
line diff
1.1 --- a/input-utils/receipt Mon Jun 11 17:36:31 2012 +0200 1.2 +++ b/input-utils/receipt Sat Apr 27 02:42:11 2013 +0200 1.3 @@ -18,15 +18,15 @@ 1.4 cd $src 1.5 sed -i 's/input-recv lircd.conf/input-recv/' GNUmakefile 1.6 prefix="/usr" 1.7 - CFLAGS="$CFLAGS -O3 -march=i486" 1.8 + CFLAGS="$CFLAGS -O3 -march=$ARCH" 1.9 export prefix CFLAGS 1.10 - make && make DESTDIR=$PWD/_pkg install 1.11 + make && make DESTDIR=$DESTDIR install 1.12 } 1.13 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 { 1.17 mkdir -p $fs/usr 1.18 - cp -a $_pkg/usr/bin $fs/usr 1.19 + cp -a $install/usr/bin $fs/usr 1.20 } 1.21