1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-02-13 12:51:54 +00:00
miraclecast/res/install-scripts

9 lines
238 B
Text
Raw Normal View History

2017-04-05 08:40:26 +00:00
#!/bin/sh
RESDIR="${MESON_SOURCE_ROOT}/res"
BINDIR="${MESON_INSTALL_DESTDIR_PREFIX}/$1"
install -dv "$BINDIR"
install -v "$RESDIR"/miracle-gst "$BINDIR"
install -v "$RESDIR"/gstplayer "$BINDIR"
install -v "$RESDIR"/uibc-viewer "$BINDIR"