Browse Source

added chmod for execution

pull/82/head
curt mayer 6 years ago
parent
commit
1d149c3f75
  1. 1
      Tools/unix/bst/Makefile

1
Tools/unix/bst/Makefile

@ -13,6 +13,7 @@ DEST = ../../$(UNAME)
all: $(DEST)
-for i in *.$(SUFFIX) ; do \
chmod +x $$i ; \
cp $$i $(DEST)/$$(basename $$i .$(SUFFIX)) ; \
done

Loading…
Cancel
Save