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 23, 2021
1 parent 1aa035b commit 23e6cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -130,7 +130,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 23e6cb0

Please sign in to comment.