2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 01:46:08 +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 0fc54a9cee
commit a96ffc20d6

View File

@ -113,10 +113,10 @@ deb:
find .f -type f | xargs chmod 644 find .f -type f | xargs chmod 644
find .f -type d | xargs chmod 755 find .f -type d | xargs chmod 755
chmod 755 `cat contrib/executables` chmod 755 `cat contrib/executables`
chown -R root:root .f sudo chown -R root:root .f
mv .f $(DESTDIR) mv .f $(DESTDIR)
dpkg-deb --build $(DESTDIR) dpkg-deb --build $(DESTDIR)
rm -rf $(DESTDIR) sudo rm -rf $(DESTDIR)
backup: backup:
@echo @echo