aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKylie McClain <somasis@exherbo.org>2015-11-29 23:05:02 -0500
committerKylie McClain <somasis@exherbo.org>2015-11-29 23:05:08 -0500
commitbd11a9ff7de686920ccb3b63ad4e08e3851f0aaf (patch)
tree887f62f582c7d663477ac0da25a144621e1d7b74
parentbac5b2a5fb925b9dda441c7f03a3014ba9edda17 (diff)
I hate git submodules
-rw-r--r--Makefile5
m---------numix-themes0
2 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 185a40a..dad5e6c 100644
--- a/Makefile
+++ b/Makefile
@@ -78,10 +78,7 @@ help:
@echo " If you do not want to run \`git submodules update\` during the prepare"
@echo " phase, set \${no_git}; ex. \`no_git=true make prepare\`"
-numix-themes:
- git clone https://github.com/shimmerproject/Numix $(BASE)
-
-prepare: numix-themes
+prepare:
[[ "$(no_git)" ]] || git submodule init
[[ "$(no_git)" ]] || git submodule update
cd $(BASE) && rm -rf xfwm4 metacity-1 openbox-3 xfce-notify-4.0 index.theme
diff --git a/numix-themes b/numix-themes
new file mode 160000
+Subproject d6d58541dbd5cbb4de1b6303c9e5bf3f2712f33