Merge branch 'master' of ssh://git.ipfire.org/srv/git/ipfire-2.x

This commit is contained in:
Michael Tremer
2011-01-05 16:44:21 +01:00
4 changed files with 35 additions and 10 deletions

View File

@@ -24,7 +24,7 @@
include Config
VER = 0.3
VER = 0.5a
THISAPP = client175_$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = client175
PAK_VER = 1
PAK_VER = 2
DEPS = "mpfire"
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 4de3a175077fea8793b9c666029e9632
$(DL_FILE)_MD5 = 578ad4ba1743f3b0801a806659f550c8
install : $(TARGET)
check : $(patsubst %,$(DIR_CHK)/%,$(objects))
@@ -83,6 +83,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP) && mv -vf * /srv/client175
cp -vf $(DIR_SRC)/config/client175/site.conf /srv/client175/
install -v -m 644 $(DIR_SRC)/config/backup/includes/client175 \
/var/ipfire/backup/addons/includes/client175
chown -R nobody:nobody /srv/client175
@rm -rf $(DIR_APP)
@$(POSTBUILD)