wok-next diff lsdvd/receipt @ rev 20727
python-gevent-psycopg2: fix error "urllib2.HTTPError: HTTP Error 403: SSL is required"
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon May 28 15:32:33 2018 +0300 (2018-05-28) |
parents | fd22b033a84a |
children | 8e1b2a143eb3 |
line diff
1.1 --- a/lsdvd/receipt Sun Dec 08 08:52:14 2013 +0000 1.2 +++ b/lsdvd/receipt Mon May 28 15:32:33 2018 +0300 1.3 @@ -16,10 +16,6 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 - [ -f done.lsdvd-0.16-configure.patch ] || 1.9 - patch -p1 -i $stuff/lsdvd-0.16-configure.patch 1.10 - touch done.lsdvd-0.16-configure.patch 1.11 ./configure $CONFIGURE_ARGS && 1.12 make && make install 1.13 }