mirror of
https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
synced 2023-10-10 19:16:51 +02:00
3 lines
58 B
Bash
3 lines
58 B
Bash
|
#!/bin/sh
|
||
|
exec make VDRDIR=/usr/include/vdr LIBDIR=. "$@"
|