Use long form option for cp
This commit is contained in:
parent
a538f02d72
commit
bb1fdf8833
@ -5,9 +5,10 @@ set names UTF8;
|
|||||||
input recreate_db.ddl;
|
input recreate_db.ddl;
|
||||||
|
|
||||||
-- deploy the UDR library
|
-- deploy the UDR library
|
||||||
shell cp -L ../build/x86_64-linux/libMyFirstUDRKit.so /opt/firebird/plugins/udr/ ;
|
shell cp --dereference ../build/x86_64-linux/libMyFirstUDRKit.so /opt/firebird/plugins/udr/ ;
|
||||||
|
|
||||||
-- declare the UDR library - must be done before we declare database objects!
|
-- declare the UDR library - must be done before we declare
|
||||||
|
-- database objects that reference functions in the library!
|
||||||
input ../sql/MyFirstUDRKit.ddl;
|
input ../sql/MyFirstUDRKit.ddl;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user