diff options
Diffstat (limited to 'content')
| -rw-r--r-- | content/posts/openbsd-compiling-rakudo-star/index.org | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/content/posts/openbsd-compiling-rakudo-star/index.org b/content/posts/openbsd-compiling-rakudo-star/index.org index 6b771c8..93d497a 100644 --- a/content/posts/openbsd-compiling-rakudo-star/index.org +++ b/content/posts/openbsd-compiling-rakudo-star/index.org @@ -1,6 +1,6 @@  #+TITLE: Compiling Rakudo Star on OpenBSD  #+DATE: 2020-07-25T02:54:34-04:00 -#+DRAFT: true +#+DRAFT: false  #+DESCRIPTION: My process for compiling Rakudo Star on OpenBSD  #+TAGS[]: openbsd raku  #+KEYWORDS[]: openbsd raku @@ -31,7 +31,7 @@ is what the =rstar= command is written in.  doas pkg_add bash  #+END_SRC -After installing =bash=, I came across a problem. Running =rstar +After installing =bash=, I came across a problem. Running =./bin/rstar  fetch= fetches all of the materials required to compile and assemble  the star distribution, and while all of the community modules were  successfully retrieved using =git=, it failed to pull in all 3 major | 
