Develop: Update Makefile
This commit is contained in:
parent
3b55977f88
commit
6a0da1a046
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -93,6 +93,7 @@ install:
|
|||
cp $(GOBIN)/gosu $(DESTDIR)/sbin/gosu
|
||||
[ ! -f "$(GOBIN)/exif-read-tool" ] || cp $(GOBIN)/exif-read-tool $(DESTDIR)/bin/exif-read-tool
|
||||
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
|
||||
cp scripts/dist/heif-convert.sh $(DESTDIR)/bin/heif-convert
|
||||
cp internal/config/testdata/*.yml $(DESTDIR)/config/examples
|
||||
chown -R $(INSTALL_USER) $(DESTDIR)
|
||||
|
|
Loading…
Reference in a new issue