diff options
author | Leah Rowe <leah@libreboot.org> | 2024-07-17 13:24:21 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-07-17 13:24:21 +0100 |
commit | 570e3abb24a9d6a71d28ec468475d7a458089b78 (patch) | |
tree | bd31281f6d24fc409ba37407beff91ef7f62e69e /script | |
parent | 583502027efcd75a1a06a154b609be510d110872 (diff) |
trees: remove repo/p, not src/p/p
repo/p/ does not have its revision reset, so it
changes unpredictably, and it's not used in builds.
this used to be src/p/p/ - the context here is multi-tree
projects, in source archives.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script')
-rwxr-xr-x | script/trees | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/trees b/script/trees index a7e53a69..873c4c7c 100755 --- a/script/trees +++ b/script/trees @@ -39,7 +39,7 @@ main() [ -z "$project" ] && for p in $(ls -1 config/git); do ./update trees $_f "$p" || $err "!./update trees $_f $p" [ "$XBMK_RELEASE" != "y" ] || singletree "$p" || \ - x_ rm -Rf "src/$p/$p"; continue + x_ rm -Rf "repo/$p"; continue done && return 1 [ -f "config/git/$project/pkg.cfg" ] || $err "'$project' not defined" |