diff --git a/Makefile b/Makefile index 5bd09dfa6..b55c7c268 100644 --- a/Makefile +++ b/Makefile @@ -101,7 +101,6 @@ install: rsync -r -l --safe-links --exclude-from=assets/.buildignore --chmod=a+r,u+rw ./assets/ $(DESTDIR)/assets wget -O $(DESTDIR)/assets/static/img/wallpaper/welcome.jpg https://cdn.photoprism.app/wallpaper/welcome.jpg wget -O $(DESTDIR)/assets/static/img/preview.jpg https://cdn.photoprism.app/img/preview.jpg - cp scripts/dist/heif-convert.sh $(DESTDIR)/bin/heif-convert cp internal/config/testdata/*.yml $(DESTDIR)/config/examples chown -R $(INSTALL_USER) $(DESTDIR) chmod -R $(INSTALL_MODE) $(DESTDIR)