Closed increscent closed 2 years ago
One more thing, you might want to use install
instead of rsync
because it's more common. I had to install rsync
(which I really should have had anyway, but I use my own syncing program so I didn't have it).
Thanks, I took most of your advice in #6
genscript.sh
was supposed to make the bin/srcweave
, which is why it wasn't copied in the make file. I changed how this is generated.Can you try again and let me know if the new changes work?
When I installed
srcweave
the main script wasn't copied to/usr/local/bin
so I added that to themakefile
.Also, I got this error when I first ran it:
So I added the
-S
and it worked. Hopefully that doesn't break anything.