mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
Added license files to linux packages
This commit is contained in:
parent
27dfa289d9
commit
b1d4d550ee
@ -315,6 +315,12 @@ copyFiles() {
|
||||
chown root:root ${TargetDir}@FB_CONFDIR@/*.conf
|
||||
chmod 0644 ${TargetDir}@FB_CONFDIR@/*.conf
|
||||
|
||||
#license
|
||||
cp $BuildRootDir/builds/install/misc/*License.txt ${TargetDir}@FB_CONFDIR@
|
||||
|
||||
chown root:root ${TargetDir}@FB_CONFDIR@/*License.txt
|
||||
chmod 0444 ${TargetDir}@FB_CONFDIR@/*License.txt
|
||||
|
||||
# Create links from @libdir@ to install area.
|
||||
origDir=`pwd`
|
||||
cd $BuiltFBDir/lib
|
||||
|
Loading…
Reference in New Issue
Block a user