Skip to content

Commit

Permalink
Revert "fix: ll-builder can not export uab in uos 25"
Browse files Browse the repository at this point in the history
This reverts commit 40b99d7.
  • Loading branch information
dengbo11 committed Sep 14, 2024
1 parent d358e34 commit d40b3de
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@ ARCH=$(shell dpkg-architecture -qDEB_TARGET_MULTIARCH)
VERSION=$(shell awk '/VERSION=/' /etc/os-release | sed 's/VERSION=//' | sed 's/\"//g' | sed 's/[.]0/./')
ENABLE_UAB_SUPPORT=FALSE

ifeq ($(OS) $(OS_VERSION), deepin 23)
ENABLE_UAB_SUPPORT=TRUE
ENABLE_STATIC_BOX=TRUE
endif

ifeq ($(OS), uos)
ENABLE_UAB_SUPPORT=TRUE
ENABLE_STATIC_BOX=TRUE
ifeq ($(OS) $(VERSION), deepin 23)
ENABLE_UAB_SUPPORT=TRUE
else ifeq ($(OS) $(VERSION), uos 20)
ENABLE_UAB_SUPPORT=TRUE
endif

%:
Expand Down

0 comments on commit d40b3de

Please sign in to comment.