Skip to content

Commit

Permalink
fix: wrong file name for package list
Browse files Browse the repository at this point in the history
重命名packages.json为packages.list
  • Loading branch information
myml committed Nov 13, 2024
1 parent 9a5f19f commit 7e7ba84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/libexec/linglong/builder/helper/install_dep
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ do
echo "$deb_file" >> /tmp/deb-source-file/skip.list
continue
fi;
# 记录到 packages.json
echo "Package: $pkg" >> "$PREFIX/packages.json"
# 记录到 packages.list
echo "Package: $pkg" >> "$PREFIX/packages.list"
# 换行
echo ""
# 缓存解压后的data.tar文件,便于在下次使用时,加快安装速度
Expand Down

0 comments on commit 7e7ba84

Please sign in to comment.