* Rename minidlna to minidlnad, and install it in /usr/sbin like a proper system daemon.

This commit is contained in:
Justin Maggard
2012-10-04 21:03:41 +00:00
parent 584258c1f8
commit de15926f76
2 changed files with 5 additions and 9 deletions

View File

@ -104,8 +104,6 @@ AC_COMPILE_IFELSE(
################################################################################################################
### Library checks
AC_CHECK_LIB([dl], [dlopen], [LIBDL_LIBS="-ldl"],)
AC_SUBST(LIBDL_LIBS)
CPPFLAGS_SAVE="$CPPFLAGS"
for dir in "" /usr/local $INCLUDE_DIR; do