Skip to content

Commit

Permalink
Makefile: fix uname usage
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Sep 24, 2024
1 parent b70a430 commit 3a7b900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: build/albafetch

OS := $(shell uname -o 2> /dev/null)
OS := $(shell uname -s 2> /dev/null)

INSTALLPATH := /usr/local/bin
CONFIGPATH := /etc/xdg
Expand Down

0 comments on commit 3a7b900

Please sign in to comment.