diff options
author | davidovski <david@davidovski.xyz> | 2022-01-03 00:00:49 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-03 00:00:49 +0000 |
commit | d4d3f83ed66f9a76b9a111097aac7e990c21d695 (patch) | |
tree | fe27e85f5a59f5b73f5abe1dcc0196e411a9b915 /repo/core | |
parent | b47a9e3b690da5297f23db82cc1fdb1735dd7d79 (diff) |
fixed rtmpdump
Diffstat (limited to 'repo/core')
-rw-r--r-- | repo/core/rtmpdump.xibuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/repo/core/rtmpdump.xibuild b/repo/core/rtmpdump.xibuild index faa4a5b..1b499aa 100644 --- a/repo/core/rtmpdump.xibuild +++ b/repo/core/rtmpdump.xibuild @@ -7,6 +7,11 @@ BRANCH="fa8646d" DESC="Tool to download rtmp streams" build () { + make SYS=posix - make DESTDIR=$PKG_DEST install + make \ + prefix='/usr' \ + sbindir='/usr/bin' \ + mandir='/usr/share/man' \ + DESTDIR=$PKG_DEST install } |