Skip to content

Commit

Permalink
chore: Adapt to the new version of linglong
Browse files Browse the repository at this point in the history
Adapt to the new version of linglong.

Log: Adapt to the new version of linglong.
Task: https://pms.uniontech.com/task-view-369975.html
  • Loading branch information
wangrong1069 authored and deepin-bot[bot] committed Dec 13, 2024
1 parent ef9f89f commit fd47807
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arm64/linglong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build: |
find ${PREFIX} -name "Qt5WebChannelConfig.cmake" -exec sed -i "s|NO_DEFAULT_PATH||g" {} +
#修改服务使用玲珑启动
sed -i "s|ExecStart=/usr/bin/dman --dbus|ExecStart=/usr/bin/ll-cli run org.deepin.manual --exec \"dman --dbus\"|g" $PWD/misc/deepin-manual.service
sed -i "s|ExecStart=/usr/bin/dman --dbus|ExecStart=dman --dbus|g" $PWD/misc/deepin-manual.service
# 获取版本号
VERSION=$(head -1 debian/changelog | awk -F'[()]' '{print $2}')
Expand Down
2 changes: 1 addition & 1 deletion linglong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build: |
find ${PREFIX} -name "Qt5WebChannelConfig.cmake" -exec sed -i "s|NO_DEFAULT_PATH||g" {} +
#修改服务使用玲珑启动
sed -i "s|ExecStart=/usr/bin/dman --dbus|ExecStart=/usr/bin/ll-cli run org.deepin.manual --exec \"dman --dbus\"|g" $PWD/misc/deepin-manual.service
sed -i "s|ExecStart=/usr/bin/dman --dbus|ExecStart=dman --dbus|g" $PWD/misc/deepin-manual.service
# 获取版本号
VERSION=$(head -1 debian/changelog | awk -F'[()]' '{print $2}')
Expand Down
2 changes: 1 addition & 1 deletion loong64/linglong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build: |
find ${PREFIX} -name "Qt5WebChannelConfig.cmake" -exec sed -i "s|NO_DEFAULT_PATH||g" {} +
#修改服务使用玲珑启动
sed -i "s|ExecStart=/usr/bin/dman --dbus|ExecStart=/usr/bin/ll-cli run org.deepin.manual --exec \"dman --dbus\"|g" $PWD/misc/deepin-manual.service
sed -i "s|ExecStart=/usr/bin/dman --dbus|ExecStart=dman --dbus|g" $PWD/misc/deepin-manual.service
# 获取版本号
VERSION=$(head -1 debian/changelog | awk -F'[()]' '{print $2}')
Expand Down

0 comments on commit fd47807

Please sign in to comment.