添加默认可执行权限
This commit is contained in:
parent
cca0de5e85
commit
c156383deb
1
install
1
install
|
@ -5,6 +5,7 @@ if [ -d $objDir ]
|
||||||
then
|
then
|
||||||
cwd=`pwd`
|
cwd=`pwd`
|
||||||
chmod +x ./ofCmakeConfig
|
chmod +x ./ofCmakeConfig
|
||||||
|
chmod +x ./occ
|
||||||
rm -f $objDir/ofCmakeConfig $objDir/occ
|
rm -f $objDir/ofCmakeConfig $objDir/occ
|
||||||
ln -s $cwd/ofCmakeConfig $objDir/
|
ln -s $cwd/ofCmakeConfig $objDir/
|
||||||
ln -s $cwd/occ $objDir/
|
ln -s $cwd/occ $objDir/
|
||||||
|
|
Loading…
Reference in New Issue