diff options
Diffstat (limited to 'repo')
-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 } |