From 7b17465eb11cfd08f0f9614df4c77f97e8b036c4 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Sun, 1 Sep 2013 13:08:03 -0400 Subject: [PATCH] Fix command. --- conkerorrc | 3 ++- install-all.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/conkerorrc b/conkerorrc index e0c2460..eb10f98 100644 --- a/conkerorrc +++ b/conkerorrc @@ -1,7 +1,8 @@ // conkerorrc -*- Javascript -*- // Configuration for Conkeror web browser. // To use as my configuration, I did the following command: -// ln -s conkerorrc $HOME/.conkerorrc +// /bin/ln -sf `pwd`/conkerorrc $HOME/.conkerorrc + // Copyright © 2009, 2010, 2013, Bradley M. Kuhn diff --git a/install-all.sh b/install-all.sh index 76fc2c0..975e9a0 100755 --- a/install-all.sh +++ b/install-all.sh @@ -1,3 +1,3 @@ #!/bin/sh -/bin/ln -sf conkerorrc $HOME/.conkerorrc +/bin/ln -sf `pwd`/conkerorrc $HOME/.conkerorrc