Skip to content

Commit

Permalink
Modify run script to create cnchi link in /usr/share (useful when tes…
Browse files Browse the repository at this point in the history
…ting)
  • Loading branch information
karasu committed May 22, 2014
1 parent 9453a23 commit 9afe9f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions run
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
# This script is a helper that the developers use to call Cnchi (testing purposes only)
# Please, do not use if your intention is to do a "normal" installation

sudo rm /usr/share/cnchi
cnchi_dir=`pwd`
sudo ln -s $cnchi_dir /usr/share/cnchi

_PYTHON="/usr/bin/python"
_PYTHON_OPTIONS="-Wall"
_CACHE="/pkg"
Expand Down

0 comments on commit 9afe9f0

Please sign in to comment.