mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 05:23:03 +01:00
9 lines
202 B
Bash
9 lines
202 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
MAJOR=63
|
||
|
MINOR=1
|
||
|
|
||
|
mv libicuuc.so.$MAJOR.$MINOR libicuuc.$MAJOR.$MINOR.so
|
||
|
mv libicudata.so.$MAJOR.$MINOR libicudata.$MAJOR.$MINOR.so
|
||
|
mv libicui18n.so.$MAJOR.$MINOR libicui18n.$MAJOR.$MINOR.so
|