Skip to content

Commit

Permalink
Fix ulwgl_run.py permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed Feb 28, 2024
1 parent fbd801a commit 0d72e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ulwgl-dist-install:
install -Dm 644 ULWGL/ulwgl_dl_util.py -t $(DESTDIR)$(DATADIR)/$(PROJECT)
install -Dm 644 ULWGL/ulwgl_log.py -t $(DESTDIR)$(DATADIR)/$(PROJECT)
install -Dm 644 ULWGL/ulwgl_plugins.py -t $(DESTDIR)$(DATADIR)/$(PROJECT)
install -Dm 644 ULWGL/ulwgl_run.py -t $(DESTDIR)$(DATADIR)/$(PROJECT)
install -Dm 755 ULWGL/ulwgl_run.py -t $(DESTDIR)$(DATADIR)/$(PROJECT)
install -Dm 644 ULWGL/ulwgl_util.py -t $(DESTDIR)$(DATADIR)/$(PROJECT)
install -Dm 644 ULWGL/ULWGL_VERSION.json -t $(DESTDIR)$(DATADIR)/$(PROJECT)

Expand Down

0 comments on commit 0d72e20

Please sign in to comment.