Skip to content

Commit

Permalink
improv: preserve timestamps on install for zipapp build
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Nov 29, 2024
1 parent 1a43c1d commit 0318316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ zipapp: $(OBJDIR)/.build-zipapp
zipapp-install: zipapp
$(info :: Installing umu-launcher as zipapp )
install -d $(DESTDIR)$(PREFIX)/bin
install -Dm755 $(ZIPAPP) $(DESTDIR)$(BINDIR)
install -Dm755 -p $(ZIPAPP) $(DESTDIR)$(BINDIR)
@echo "Standalone application 'umu-run' created at '$(DESTDIR)$(PREFIX)/bin'"

# vim: ft=make

0 comments on commit 0318316

Please sign in to comment.