diff options
| author | Julian Hurst <ark@mansus.space> | 2023-09-06 23:23:06 +0200 |
|---|---|---|
| committer | Julian Hurst <ark@mansus.space> | 2023-09-07 00:09:06 +0200 |
| commit | 4bb899f5487bb516d04e44f83143ea6554d5f0ea (patch) | |
| tree | fde11cc9db977c87c9abbe29f79689357a301599 | |
| parent | 7e87e60c04ce85777ae358567adf616088ccb0b7 (diff) | |
| download | hare-libtui-4bb899f5487bb516d04e44f83143ea6554d5f0ea.tar.gz | |
Makefile: fix permissions
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ docs: install: mkdir -p "$(DESTDIR)$(THIRDPARTYDIR)" cp -r libtui "$(DESTDIR)$(THIRDPARTYDIR)"/libtui - chmod -R 744 "$(DESTDIR)$(THIRDPARTYDIR)"/libtui + chmod -R 755 "$(DESTDIR)$(THIRDPARTYDIR)"/libtui uninstall: rm -rf $(DESTDIR)$(THIRDPARTYDIR)/libtui |
