mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-05 09:50:41 +01:00
8310a3fbad
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6000 dfc29bdd-3216-0410-991c-e03cc46cb475
7 lines
241 B
Bash
Executable File
7 lines
241 B
Bash
Executable File
#!/bin/sh
|
|
mkdir -p $HOME/Irrlicht1.6.0/
|
|
chmod a+rw $HOME/Irrlicht1.6.0
|
|
find /private/tmp/Irrlicht1.6.0-install -exec chmod a+rw {} \;
|
|
cp -rfp /private/tmp/Irrlicht1.6.0-install/ $HOME/Irrlicht1.6.0/
|
|
rm -Rf /private/tmp/Irrlicht1.6.0-install
|