summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/sam/patches/patch-ad2
-rw-r--r--plan9/sam/patches/patch-ad2
2 files changed, 2 insertions, 2 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
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