Skip to content

Commit

Permalink
Issue #584: Use install style for id -u < 500
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Jul 30, 2022
1 parent 5bf189e commit c31d0d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ INIT_KSH_FUNCS := $(MY_PACKAGE)/init/ksh_funcs
FISH_TAB := $(MY_PACKAGE)/init/fish_tab_completion
MESSAGEDIR := $(MY_PACKAGE)/messageDir
LMOD_MF := $(MY_PACKAGE)/modulefiles/Core
MAN_PAGES := $(MY_PACKAGE)/share/man/cat1
MAN_PAGES := $(MY_PACKAGE)/share/man/cat1
LMOD_MF_SOURCE := $(patsubst %, $(srcdir)/%, MF/*.version.lua)
SETTARG_SOURCE := $(patsubst %, $(srcdir)/%, settarg/*.lua settarg/targ.in)
DATE_cmd := $(srcdir)/proj_mgmt/DATE_cmd.sh
Expand Down Expand Up @@ -235,10 +235,10 @@ echo:
@echo GIT_VERSION: $(GIT_VERSION)
man_pages:
-$(PATH_TO_LUA) $(srcdir)/src/lmod.in.lua bash --help >/dev/null 2> $(DESTDIR)$(MAN_PAGES)/module.1
-chmod $(MODE_R) $(DESTDIR)$(MAN_PAGES)/module.1

$(DIRLIST) :
mkdir -p $@
chmod $(MODE_X) $@
install -m $(MODE_X) -d $@

__installMe:
-for i in $(FILELIST); do \
Expand Down

0 comments on commit c31d0d0

Please sign in to comment.