]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
gnump3d: fix perl version in plugin path.
authorArne Fitzenreiter <arne_f@ipfire.org>
Mon, 21 Mar 2011 08:29:53 +0000 (09:29 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 21 Mar 2011 08:29:53 +0000 (09:29 +0100)
run gnump3d-index after installation.

config/gnump3d/gnump3d.conf
lfs/gnump3d
src/paks/gnump3d/install.sh

index 079874e0454ead5a8036a9abec7caebcb4c90603..e6a6e445f458b43637905ab63b83e29f27db685c 100644 (file)
@@ -731,7 +731,7 @@ sort_order = $TRACK
 # the installation script - if this doesn't happen report this as
 # a bug.
 #
-plugin_directory = /usr/lib/perl5/5.8.8/gnump3d/plugins
+plugin_directory = /usr/lib/perl5/5.12.3/gnump3d/plugins
 #
 
 
index e59753b98c6e04c9dbc48474ef0b4377bb9016c7..ca14c27e93d62fbfdf29e60d4ac466b028d58aca 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       = ""
 
index 745dfb7e20d27e28ef2af33e7b5f218cf66aae45..13c7e8a857e1a7397907995be34cadea01ba7596 100644 (file)
@@ -24,6 +24,7 @@
 . /opt/pakfire/lib/functions.sh
 extract_files
 [ -d /var/mp3 ] ||  ( mkdir /var/mp3 && chown nobody.nobody /var/mp3 )
+gnump3d-index &
 start_service ${NAME}
 ln -svf  ../init.d/gnump3d /etc/rc.d/rc0.d/K00gnump3d
 ln -svf  ../init.d/gnump3d /etc/rc.d/rc3.d/S99gnump3d