]> git.rmz.io Git - dotfiles.git/commitdiff
make: don't install bash* and flexget
authorSamir Benmendil <samir.benmendil@gmail.com>
Thu, 31 Jul 2014 09:07:54 +0000 (10:07 +0100)
committerSamir Benmendil <samir.benmendil@gmail.com>
Thu, 31 Jul 2014 10:35:01 +0000 (11:35 +0100)
Makefile

index e5e9da507790ce311b0c59e2e808b70f92ed7e31..665ef7c4029d281ef525e0698e6afa33bdf581fb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 APATH := $(realpath .)
 
 FILES := bin
-DOTFILES := bash* conky* flexget git* goobookrc msmtp* mutt ncmpcpp offlineimap* profile weechat xbindkeysrc Xresources xprofile zprofile zshrc
+DOTFILES := conky* git* goobookrc msmtp* mutt ncmpcpp offlineimap* profile weechat xbindkeysrc Xresources xprofile zprofile zshrc
 CONFIGFILES := aliases compton.conf git mimeo.conf mpd retroarch vim xkb zsh
 
 .PHONY: install $(FILES) $(DOTFILES) $(CONFIGFILES)