1
0
mirror of https://github.com/QSCTech/zjunet.git synced 2026-01-22 19:54:48 +08:00

move .sh to lib/

This commit is contained in:
Zeno Zeng 2014-09-29 19:33:57 +08:00
parent c264d07331
commit 7cbef8e8fe
9 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
BASEDIR=$(dirname $0)
BASEDIR=$(dirname $0)/lib
mkdir -p /usr/local/lib/zjunet
cp -rf $BASEDIR /usr/local/lib/zjunet
mkdir -p /usr/local/bin

View File

View File