diff options
author | David Barksdale <amatus@amatus.name> | 2014-12-24 11:53:23 -0600 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2014-12-30 00:10:48 -0600 |
commit | f831c73094765777b79ed9b7060a340849b8b941 (patch) | |
tree | 5ec8516103c32d40f79933009dae7cee23012d9d | |
parent | fbc20e9e4e10a8eea9c65c64c2074f526bfc93a8 (diff) |
assets/js isn't in the repo anymore
-rwxr-xr-x | build-gnunet.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-gnunet.sh b/build-gnunet.sh index 7433254..12cbf98 100755 --- a/build-gnunet.sh +++ b/build-gnunet.sh @@ -1,5 +1,6 @@ #!/bin/sh -e +mkdir -p assets/js cd gnunet-build export PATH="$PATH":"$(pwd)/scripts" build |