fix install script
This commit is contained in:
parent
3181795ab9
commit
e27dafadec
1 changed files with 4 additions and 0 deletions
|
@ -26,5 +26,9 @@ if [ ! -d ${plankDir} ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cp -r gtk-* ${gtkDir}
|
cp -r gtk-* ${gtkDir}
|
||||||
|
cp -r img ${gtkDir}
|
||||||
|
cp index.theme ${gtkDir}
|
||||||
|
|
||||||
cp qt5/*.colors ${qtDir}
|
cp qt5/*.colors ${qtDir}
|
||||||
|
|
||||||
cp -r plank/* ${plankDir}
|
cp -r plank/* ${plankDir}
|
||||||
|
|
Loading…
Reference in a new issue