瀏覽代碼

[make] Don't try to guess OS

Colin Powell 2 月之前
父節點
當前提交
b69326ba18
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      Makefile

+ 1 - 3
Makefile

@@ -4,9 +4,7 @@ OS_NAME := $(shell uname -s | tr A-Z a-z)
 
 stow:
 	stow -t ~ */
-    @if [ OS_NAME = "linux" ]; then \
-		dconf load / < gnome/.local/share/custom-gconf.conf \
-	fi
+	dconf load / < gnome/.local/share/custom-gconf.conf \
 
 deps:
 	@echo "Installing software for ${OS_NAME} platform"