mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
Makefile: bugfix in target "deb"
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@7887 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
62a16c7cf2
commit
1b8a1644eb
2
Makefile
2
Makefile
@ -105,7 +105,7 @@ deb:
|
||||
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'
|
||||
perl -pi -e 's/my \$$release\s+=.*/my \$$release = "$(VERS)";/' .f/FHEM/98_fheminfo.pm
|
||||
perl -pi -e 's/my \$$release\s+=.*/my \$$release = "$(VERS)";/' .f/$(MODDIR)/FHEM/98_fheminfo.pm
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user