Permalink
Browse files
mariadb-10.*: Fix permissions of install-sh
Should fix build failure when coreutils is not installed.
- Loading branch information
|
|
@@ -59,6 +59,12 @@ if {$subport eq $name} { |
|
|
copy ${filespath}/macports-default.cnf \ |
|
|
${filespath}/my.cnf \ |
|
|
${cmake.build_dir}/macports/ |
|
|
foreach f { |
|
|
storage/tokudb/PerconaFT/third_party/snappy-1.1.2/install-sh |
|
|
storage/tokudb/PerconaFT/third_party/xz-4.999.9beta/build-aux/install-sh |
|
|
} { |
|
|
file attributes ${worksrcpath}/${f} -permissions a+x |
|
|
} |
|
|
} |
|
|
|
|
|
post-patch { |
|
|
|
|
|
@@ -60,6 +60,12 @@ if {$subport eq $name} { |
|
|
copy ${filespath}/macports-default.cnf \ |
|
|
${filespath}/my.cnf \ |
|
|
${cmake.build_dir}/macports/ |
|
|
foreach f { |
|
|
storage/tokudb/PerconaFT/third_party/snappy-1.1.2/install-sh |
|
|
storage/tokudb/PerconaFT/third_party/xz-4.999.9beta/build-aux/install-sh |
|
|
} { |
|
|
file attributes ${worksrcpath}/${f} -permissions a+x |
|
|
} |
|
|
} |
|
|
|
|
|
post-patch { |
|
|
|
|
|
@@ -60,6 +60,12 @@ if {$subport eq $name} { |
|
|
copy ${filespath}/macports-default.cnf \ |
|
|
${filespath}/my.cnf \ |
|
|
${cmake.build_dir}/macports/ |
|
|
foreach f { |
|
|
storage/tokudb/PerconaFT/third_party/snappy-1.1.2/install-sh |
|
|
storage/tokudb/PerconaFT/third_party/xz-4.999.9beta/build-aux/install-sh |
|
|
} { |
|
|
file attributes ${worksrcpath}/${f} -permissions a+x |
|
|
} |
|
|
} |
|
|
|
|
|
post-patch { |
|
|
|