From: Sergey Matveev Date: Mon, 16 Sep 2024 10:08:10 +0000 (+0300) Subject: Prefixed command names X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=38b5149f0a891778260cbc2e0c3fd47478d323623aa9ab9aaf33980f53adf0c6;p=bass.git Prefixed command names --- diff --git a/build/skel/ftp/libtorrent-v2.0.10-41-g2ab8fedab-examples.do b/build/skel/ftp/libtorrent-v2.0.10-41-g2ab8fedab-examples.do index 7f482ad..745dc36 100644 --- a/build/skel/ftp/libtorrent-v2.0.10-41-g2ab8fedab-examples.do +++ b/build/skel/ftp/libtorrent-v2.0.10-41-g2ab8fedab-examples.do @@ -26,10 +26,11 @@ b2 $opts >&2 cd examples b2 $opts >&2 mkdir -p "$SKELBINS"/$ARCH/$NAME-$hsh/bin -find bin >&2 -for cmd in dump_bdecode dump_torrent make_torrent ; do - cp bin/*/release/*/*/*/*/*/$cmd "$SKELBINS"/$ARCH/$NAME-$hsh/bin -done +cd bin/*/release/*/*/*/*/*/ +cp check_files "$SKELBINS"/$ARCH/$NAME-$hsh/bin/libtorrent-check-files +cp dump_bdecode "$SKELBINS"/$ARCH/$NAME-$hsh/bin/libtorrent-dump-bdecode +cp dump_torrent "$SKELBINS"/$ARCH/$NAME-$hsh/bin/libtorrent-dump-torrent +cp make_torrent "$SKELBINS"/$ARCH/$NAME-$hsh/bin/libtorrent-make-torrent cd "$SKELBINS"/$ARCH "$BASS_ROOT"/build/lib/mk-pkg $NAME-$hsh