Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Commit

Permalink
some progress on curl-able install script
Browse files Browse the repository at this point in the history
  • Loading branch information
B. Estrade committed Jul 12, 2014
1 parent dc93e14 commit 4feecdd
Show file tree
Hide file tree
Showing 4 changed files with 1,979 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions wip/build-shar/build-shar.sh → build-shar/build-shar.sh
Expand Up @@ -7,14 +7,14 @@ rm -rf ./bin ./man ./pod ./tmp .veeprofile > /dev/null 2>&1
mkdir ./bin ./man

# move utils
cp ../../bin/vee ./bin/vee
cp ../../bin/veecat ./bin/veecat
cp ../../bin/veefind ./bin/veefind
cp ../bin/vee ./bin/vee
cp ../bin/veecat ./bin/veecat
cp ../bin/veefind ./bin/veefind
# set perms
chmod 700 ./bin/*

# generate documentation
cp -r ../../pod .
cp -r ../pod .
cd pod
make all

Expand All @@ -24,6 +24,6 @@ cd ..
echo "PATH=\$PATH:\$HOME/bin" > .veeprofile
echo "MANPATH=\$MANPATH:\$HOME/man" >> .veeprofile

shar ./bin ./man ./bin/* ./man/* .veeprofile > ../install-vee.shar
shar ./bin ./man ./bin/* ./man/* .veeprofile > ./dont-use-install-vee.shar

rm -rf ./bin ./man ./pod .veeprofile > /dev/null 2>&1

0 comments on commit 4feecdd

Please sign in to comment.