From 25942c277cb9c7485cb9aa6e2b20662031a127b5 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 21 Mar 2011 09:29:53 +0100 Subject: [PATCH] gnump3d: fix perl version in plugin path. run gnump3d-index after installation. --- config/gnump3d/gnump3d.conf | 2 +- lfs/gnump3d | 2 +- src/paks/gnump3d/install.sh | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/gnump3d/gnump3d.conf b/config/gnump3d/gnump3d.conf index 079874e045..e6a6e445f4 100644 --- a/config/gnump3d/gnump3d.conf +++ b/config/gnump3d/gnump3d.conf @@ -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 # diff --git a/lfs/gnump3d b/lfs/gnump3d index e59753b98c..ca14c27e93 100644 --- a/lfs/gnump3d +++ b/lfs/gnump3d @@ -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 = "" diff --git a/src/paks/gnump3d/install.sh b/src/paks/gnump3d/install.sh index 745dfb7e20..13c7e8a857 100644 --- a/src/paks/gnump3d/install.sh +++ b/src/paks/gnump3d/install.sh @@ -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 -- 2.39.2