Skip to content

Commit

Permalink
Added support for linux distribution uos
Browse files Browse the repository at this point in the history
Signed-off-by: xinpeng wang wangxinpeng@uniontech.com
  • Loading branch information
xinpeng wang committed Dec 27, 2021
1 parent 650a83a commit c916054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -131,7 +131,7 @@ else
OSDISTRO := SUSE
endif
endif
ifneq (,$(filter DEBIAN UBUNTU LINUXMINT, $(OSDISTRO)))
ifneq (,$(filter DEBIAN UBUNTU LINUXMINT UOS, $(OSDISTRO)))
OSTYPE := DEBIAN
endif
ifneq (,$(filter SUSE, $(OSDISTRO)))
Expand Down

0 comments on commit c916054

Please sign in to comment.