2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +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:
rudolfkoenig 2024-01-31 14:55:53 +00:00
parent f44a756d63
commit a996589f95

View File

@ -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