Copying installation scripts (stripping local install scripts though, they would make no sense once packaged).
This commit is contained in:
parent
36a8b73b2d
commit
5b9a29bd75
|
|
@ -9,6 +9,8 @@ cp ../src/* temp
|
|||
|
||||
# Copy resources
|
||||
cp keywords.txt temp
|
||||
cp install_* temp
|
||||
rm temp/install_local_*
|
||||
|
||||
# Copy examples
|
||||
cp -r examples/* temp/examples
|
||||
|
|
|
|||
Loading…
Reference in New Issue