]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/gnump3d
Update for numerous lfs-files: removed deprecated configure options
[ipfire-2.x.git] / lfs / gnump3d
index e59753b98c6e04c9dbc48474ef0b4377bb9016c7..0022b4e6dd465543c317c69d09e1b7c148d7688f 100644 (file)
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = gnump3d
-PAK_VER    = 4
+PAK_VER    = 5
 
 DEPS       = ""
 
@@ -91,5 +91,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        chown nobody.nobody /var/mp3
        install -m 644 $(DIR_SRC)/config/gnump3d/gnump3d.conf /etc/gnump3d/
        ln -sf /usr/bin/gnump3d-index /etc/fcron.daily/gnump3d-index
+
+       #install initscripts
+       $(call INSTALL_INITSCRIPT,gnump3d)
+
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)