mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 04:36:36 +00:00
Makefile: add sudo to allow a non-root build
git-svn-id: https://svn.fhem.de/fhem/trunk@28448 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f44a756d63
commit
a996589f95
@ -113,10 +113,10 @@ deb:
|
||||
find .f -type f | xargs chmod 644
|
||||
find .f -type d | xargs chmod 755
|
||||
chmod 755 `cat contrib/executables`
|
||||
chown -R root:root .f
|
||||
sudo chown -R root:root .f
|
||||
mv .f $(DESTDIR)
|
||||
dpkg-deb --build $(DESTDIR)
|
||||
rm -rf $(DESTDIR)
|
||||
sudo rm -rf $(DESTDIR)
|
||||
|
||||
backup:
|
||||
@echo
|
||||
|
Loading…
x
Reference in New Issue
Block a user