]> Cypherpunks repositories - bass.git/commitdiff
Prefixed command names
authorSergey Matveev <stargrave@stargrave.org>
Mon, 16 Sep 2024 10:08:10 +0000 (13:08 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 16 Sep 2024 10:08:10 +0000 (13:08 +0300)
build/skel/ftp/libtorrent-v2.0.10-41-g2ab8fedab-examples.do

index 7f482ad441e31f04057dba6072f1a258dd8d11508d158782e3e47eb7e5bd6b29..745dc36ec96a3dc2f59199a3a9701dc2fea7e0bdcda8887634d68408fe0cb13d 100644 (file)
@@ -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