summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xINSTALL.sh1
-rw-r--r--Makefile3
2 files changed, 3 insertions, 1 deletions
diff --git a/INSTALL.sh b/INSTALL.sh
index 9ace0b7..845abce 100755
--- a/INSTALL.sh
+++ b/INSTALL.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+set -ex
# Go
sudo pacman -S --needed -- go
diff --git a/Makefile b/Makefile
index 6861a0a..f88fb95 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,8 @@ public-src/3rd-party/yarn.LICENSES.txt: bin/yarn-bower public-src/3rd-party/pack
public/3rd-party: public-src/3rd-party/yarn.LICENSES.txt
public/3rd-party: public-src/3rd-party/jquery-1.6.3.js
public/3rd-party:
- @touch $@
+ ln -srTf public-src/3rd-party '$@'
+ @test -d $@ && touch $@
public-src/jarmon-style/%.gif: public-src/3rd-party/yarn.LICENSES.txt
@test -f $@
public-src/3rd-party/jquery-%.js: