Skip to content

Commit

Permalink
Fix filesystem mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdeltwabMF committed Jul 28, 2022
1 parent da6186a commit cd81a8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AUR
Submodule AUR updated from bb4fe7 to b51393
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ install:
cp -f src/np_fetch.py $(DESTDIR)$(LOCAL_PREFIX)/bin/
mkdir -p $(DESTDIR)$(LOCAL_PREFIX)/share/man/man1/
sed "s/VERSION/$(VERSION)/" src/next-prayer.1 > $(DESTDIR)$(LOCAL_PREFIX)/share/man/man1/next-prayer.1
chmod 750 $(DESTDIR)$(HOME)
chmod 754 $(DESTDIR)$(LOCAL_PREFIX)
chmod 754 $(DESTDIR)$(LOCAL_PREFIX)/bin
chmod 754 $(DESTDIR)$(LOCAL_PREFIX)/share
@printf "%b" "$(CYAN)next-prayer$(GREEN) installed successfully!$(NC)\n"

uninstall:
Expand Down

0 comments on commit cd81a8b

Please sign in to comment.