diff options
| author | 林鑫 <[email protected]> | 2023-04-28 09:34:35 +0000 |
|---|---|---|
| committer | 林鑫 <[email protected]> | 2023-04-28 09:34:35 +0000 |
| commit | 9c2c3195487f542690191b4e25a2d7a96ddbb57f (patch) | |
| tree | 530c22cc7b0dfa82ec2f03850ea73d326c4d7a51 /script | |
| parent | d5ad3e84fda73cc454aedcde33d66d06b638cf76 (diff) | |
修改/etc/profile.d路径dev-1.0
Diffstat (limited to 'script')
| -rw-r--r-- | script/coredump.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/coredump.spec b/script/coredump.spec index cbe423f..346d91e 100644 --- a/script/coredump.spec +++ b/script/coredump.spec @@ -28,6 +28,7 @@ cd .. mkdir -p %{buildroot}/opt/tsg/coredump mkdir -p %{buildroot}/opt/tsg/coredump/bin mkdir -p %{buildroot}/opt/tsg/coredump/etc +mkdir -p %{buildroot}/etc/profile.d cp ./coredump-handler/coredump-handler %{buildroot}/opt/tsg/coredump/bin cp ./config/config.json %{buildroot}/opt/tsg/coredump/etc cp ./coredump-ctl/coredump-tool %{buildroot}/opt/tsg/coredump/bin |
