Added configuration scripts to hold customized options
[zfs-nexenta/.git] / update_links
index 8370aca5432c709549cca8b8135a1524879ad94d..9a64660b9d2a564b89f435d248663ca6bb046d61 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/bash
 
-git ls-files | grep -v .gitignore | grep -v wrapper | xargs -I % ln -s zfs/% /etc/bin/% 2>/dev/null
+LINKTO=/etc/bin
+
+git ls-files | grep -v .gitignore | grep -v wrapper | xargs -I % ln -s zfs/% $LINKTO/% 2>/dev/null