better control of odd install locations

This commit is contained in:
albert
2003-03-21 01:04:51 +00:00
parent f5d42ca11d
commit 8cd3571df2
2 changed files with 7 additions and 1 deletions

View File

@@ -134,7 +134,8 @@ $(MANFILES) : all
$(install) --mode a=r $(notdir $@) $@
install: $(filter-out $(SKIP) $(addprefix $(DESTDIR),$(SKIP)),$(INSTALL))
cd $(usr/bin) && ($(ln_f) skill snice; $(ln_f) pgrep pkill)
cd $(usr/bin) && $(ln_f) skill snice
cd $(usr/proc/bin) && $(ln_f) pgrep pkill
############ prog.c --> prog.o