wok diff pylorcon/receipt @ rev 19618

locale-zh_CN: /dev/misc/rtc may absent
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jan 10 16:05:06 2017 +0200 (2017-01-10)
parents bf4a09ef1d2e
children 6135577f4d08
line diff
     1.1 --- a/pylorcon/receipt	Fri Oct 18 22:13:53 2013 +0000
     1.2 +++ b/pylorcon/receipt	Tue Jan 10 16:05:06 2017 +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