equal
deleted
inserted
replaced
158 umask 0117 |
158 umask 0117 |
159 $(INSTALL_DATA) .local/share/mc/bashrc $(HOME)/.local/share/mc/ |
159 $(INSTALL_DATA) .local/share/mc/bashrc $(HOME)/.local/share/mc/ |
160 cat .config/mc/mc.ext /etc/mc/mc.ext > $(HOME)/.config/mc/mc.ext |
160 cat .config/mc/mc.ext /etc/mc/mc.ext > $(HOME)/.config/mc/mc.ext |
161 ifneq '' '$(filter $(host_os),cygwin linux)' |
161 ifneq '' '$(filter $(host_os),cygwin linux)' |
162 if command -v file 1>/dev/null; then |
162 if command -v file 1>/dev/null; then |
163 $(INSTALL_DATA) .magic $(HOME) |
163 $(INSTALL_DATA) -t $(HOME) .magic |
164 cd $(HOME) |
164 ( cd $(HOME); file --compile -m .magic ) |
165 file --compile -m .magic |
|
166 fi |
165 fi |
167 endif |
166 endif |
168 mkdir -p $(HOME)/.local/share/applications/ |
167 mkdir -p $(HOME)/.local/share/applications/ |
169 $(INSTALL_DATA) .local/share/applications/mimeapps.list $(HOME)/.local/share/applications/ |
168 $(INSTALL_DATA) .local/share/applications/mimeapps.list $(HOME)/.local/share/applications/ |
170 sed -e 's=@CFG_FONT_SIZE@=$(CFG_FONT_SIZE)=' <.minttyrc >$(HOME)/.minttyrc |
169 sed -e 's=@CFG_FONT_SIZE@=$(CFG_FONT_SIZE)=' <.minttyrc >$(HOME)/.minttyrc |