wok diff pylorcon/receipt @ rev 19089
cross/arm: fix build for aterm flex lame ppp
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 30 20:15:47 2016 +0200 (2016-04-30) |
parents | bf4a09ef1d2e |
children | 6135577f4d08 |
line diff
1.1 --- a/pylorcon/receipt Fri Oct 18 22:13:53 2013 +0000 1.2 +++ b/pylorcon/receipt Sat Apr 30 20:15:47 2016 +0200 1.3 @@ -3,7 +3,7 @@ 1.4 PACKAGE="pylorcon" 1.5 VERSION="3" 1.6 CATEGORY="development" 1.7 -SHORT_DESC="http://code.google.com/p/pylorcon/" 1.8 +SHORT_DESC="Python wrapper for the LORCON 802.11 packet injection library" 1.9 MAINTAINER="slaxemulator@gmail.com" 1.10 LICENSE="GPL2" 1.11 WEB_SITE="http://code.google.com/p/pylorcon/" 1.12 @@ -16,7 +16,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 python setup.py install --root=$DESTDIR 1.18 } 1.19