mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
Makefile: Fix tar command to generate the Synology artefact.
git-svn-id: https://svn.fhem.de/fhem/trunk@15655 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f519e67ba3
commit
fd4feed096
@ -149,5 +149,5 @@ synology:
|
||||
sed -ie 's/\.\/log/\/var\/log/g' fhem.cfg
|
||||
sed -ie 's/modpath \./modpath \/var\/packages\/FHEM\/target/g' fhem.cfg
|
||||
sed -ie 's/version=".*"/version="$(DESTDIR)"/g' contrib/Synology/INFO
|
||||
tar -vpczf contrib/Synology/package.tgz * --exclude "contrib/Synology"
|
||||
tar -pczf contrib/Synology/package.tgz --exclude="contrib/Synology" *
|
||||
cd contrib/Synology && tar -vcf ../../$(DESTDIR).spk *
|
||||
|
Loading…
Reference in New Issue
Block a user