diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-17 22:50:16 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-17 22:50:16 +0800 |
| commit | 8d5f3549f7c2826ff4e35b31f6ce55179ebc70e9 (patch) | |
| tree | 778925c58e70b035e9cfe9a12e345d1ddd3dbb61 /repos/extra/llvm | |
| parent | e7a05bccb4e979eb70b15defa583ef81cabed9e0 (diff) | |
| download | alicelinux-8d5f3549f7c2826ff4e35b31f6ce55179ebc70e9.tar.gz alicelinux-8d5f3549f7c2826ff4e35b31f6ce55179ebc70e9.zip | |
updates
Diffstat (limited to 'repos/extra/llvm')
| -rw-r--r-- | repos/extra/llvm/abuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repos/extra/llvm/abuild b/repos/extra/llvm/abuild index 7d05c308..1614c86c 100644 --- a/repos/extra/llvm/abuild +++ b/repos/extra/llvm/abuild @@ -28,5 +28,5 @@ prebuild() { } postbuild() { - cp */bin/FileCheck $PKG/usr/bin + cp */*/bin/FileCheck $PKG/usr/bin } |