diff options
author | agc <agc@pkgsrc.org> | 1997-10-09 14:46:16 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1997-10-09 14:46:16 +0000 |
commit | 2247e48250edfe1f2bf31e0069dc5b88e37cab7d (patch) | |
tree | 51accd3d9b26e6288178f3c7e023a417ae6279e9 /plan9 | |
parent | 38970df8e555c1c1d274262cb3e13e5205ea264c (diff) | |
download | pkgsrc-2247e48250edfe1f2bf31e0069dc5b88e37cab7d.tar.gz |
Install B.sh, rather than B.rc, as sam's B command. It's more
likely that there will be a shell available.
Diffstat (limited to 'plan9')
-rw-r--r-- | plan9/sam/patches/patch-ad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plan9/sam/patches/patch-ad b/plan9/sam/patches/patch-ad index d444b917162..32b1bea3424 100644 --- a/plan9/sam/patches/patch-ad +++ b/plan9/sam/patches/patch-ad @@ -99,7 +99,7 @@ install: sam ! $(INSTALL) -c sam $(SAMDIR)/$(RSAMNAME) ! $(INSTALL) -c samsave $(SAMSAVEDIR)/samsave -! $(INSTALL) -c B.rc $(SAMDIR)/B +! $(INSTALL) -c B.sh $(SAMDIR)/B ! chmod +x $(SAMSAVEDIR)/samsave $(OBJ): sam.h ../include/u.h ../include/libc.h errors.h mesg.h |