From a4f9c220fe361c431304261a5c2e9cb8afc33ee6 Mon Sep 17 00:00:00 2001 From: betateilchen Date: Tue, 7 Oct 2014 13:38:14 +0000 Subject: [PATCH] Makefile: added controls_fhem.txt to deb-nightly git-svn-id: https://svn.fhem.de/fhem/trunk@6702 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/fhem/Makefile b/fhem/Makefile index 23a18a281..295017040 100644 --- a/fhem/Makefile +++ b/fhem/Makefile @@ -147,6 +147,7 @@ deb-nightly: find .f -name .#\* -print | xargs rm -f find .f -type f -print | grep -v Makefile |\ xargs perl -pi -e 's/=VERS=/$(VERSN)/g;s/=DATE=/$(DATEN)/g' + wget -qO .f/$(MODDIR)/FHEM/controls_fhem.txt http://fhem.de/fhemupdate/controls_fhem.txt find .f -type f | xargs chmod 644 find .f -type d | xargs chmod 755 chmod 755 `cat contrib/executables`