]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/minidlna
slang: revert parallelized build
[ipfire-2.x.git] / lfs / minidlna
index 1c3f61c42e3c7ada107dfce0d2ca1419b56d8b32..6368004ed7d061f173b36ef4a6190e94ea9223b1 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -83,5 +83,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
        # Install configuration.
        install -m 644 $(DIR_SRC)/config/minidlna/minidlna.conf /etc
+
+       #install initscripts
+       $(call INSTALL_INITSCRIPT,minidlna)
+
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)