Ver Fonte

[make] Don't try to guess OS

Colin Powell há 2 meses atrás
pai
commit
b69326ba18
1 ficheiros alterados com 1 adições e 3 exclusões
  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"