minidlna: update to 1.2.1.
This commit is contained in:
parent
cf6dfc8556
commit
ef2c2c83e8
2 changed files with 3 additions and 2 deletions
|
@ -1,2 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec minidlnad -S 2>&1
|
[ -r conf ] && . ./conf
|
||||||
|
exec minidlnad -S ${OPTS} 2>&1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'minidlna'
|
# Template file for 'minidlna'
|
||||||
pkgname=minidlna
|
pkgname=minidlna
|
||||||
version=1.2.1
|
version=1.2.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
--sbindir=/usr/bin
|
--sbindir=/usr/bin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue