wok-next diff dd_rhelp/receipt @ rev 20712

libtorrent: fix rtorrent building for non-64bit archs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:13:53 2018 +0300 (2018-05-27)
parents 42d9d6d83956
children d958fec46c9f
line diff
     1.1 --- a/dd_rhelp/receipt	Sun Mar 04 04:56:40 2018 +0200
     1.2 +++ b/dd_rhelp/receipt	Sun May 27 12:13:53 2018 +0300
     1.3 @@ -12,7 +12,7 @@
     1.4  WGET_URL="http://www.kalysto.org/pkg/$TARBALL"
     1.5  
     1.6  compile_rules() {
     1.7 -	install $src/dd_rhelp $install/usr/bin/dd_rhelp
     1.8 +	install -Dm755 $src/dd_rhelp $install/usr/bin/dd_rhelp
     1.9  }
    1.10  
    1.11  genpkg_rules() {