diff options
author | agc <agc> | 1997-10-09 14:46:16 +0000 |
---|---|---|
committer | agc <agc> | 1997-10-09 14:46:16 +0000 |
commit | 0894402c1395ade04517f71a0b40b3ae9f9f77c8 (patch) | |
tree | 51accd3d9b26e6288178f3c7e023a417ae6279e9 /editors | |
parent | c916abfe53f0e2049d493f395f8c5d1801ce83a8 (diff) | |
download | pkgsrc-0894402c1395ade04517f71a0b40b3ae9f9f77c8.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 'editors')
-rw-r--r-- | editors/sam/patches/patch-ad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/sam/patches/patch-ad b/editors/sam/patches/patch-ad index d444b917162..32b1bea3424 100644 --- a/editors/sam/patches/patch-ad +++ b/editors/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 |