mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Removed dependecies for gnump3d
This commit is contained in:
@@ -398,5 +398,4 @@ usr/share/gnump3d
|
||||
#usr/share/gnump3d/simple
|
||||
var/cache/gnump3d
|
||||
var/cache/gnump3d/serving
|
||||
var/mp3
|
||||
var/log/gnump3d
|
||||
|
||||
@@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = gnump3d
|
||||
PAK_VER = 1
|
||||
PAK_VER = 2
|
||||
|
||||
DEPS = "lame sox"
|
||||
DEPS = ""
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
#
|
||||
. /opt/pakfire/lib/functions.sh
|
||||
extract_files
|
||||
[ -d /var/mp3 ] || ( mkdir /var/mp3 && chown nobody.nobody /var/mp3 )
|
||||
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
|
||||
|
||||
@@ -22,5 +22,9 @@
|
||||
############################################################################
|
||||
#
|
||||
. /opt/pakfire/lib/functions.sh
|
||||
#Remove userdate from rootfile
|
||||
cat /opt/pakfire/db/rootfiles/gnump3d | \
|
||||
grep -v "var/mp3" > /opt/pakfire/db/rootfiles/gnump3d.tmp
|
||||
mv /opt/pakfire/db/rootfiles/gnump3d.tmp /opt/pakfire/db/rootfiles/gnump3d
|
||||
./uninstall.sh
|
||||
./install.sh
|
||||
|
||||
Reference in New Issue
Block a user