From 5acf422a86b05ca541e57f1be50a0d703b37b103 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 31 Jul 2014 10:07:54 +0100 Subject: [PATCH] make: don't install bash* and flexget --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e5e9da5..665ef7c 100644 --- 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) -- 2.48.1