From d052487a09ed53cbdedd4d55fb6d548a0a30a1af Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 20 Jun 2011 01:25:36 -0400 Subject: This is what happens after about 2 weeks of using Parabola. Note that .bashrc is increasing it's reliance on "thingutils" --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6d2921b..abf0ee2 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ clean: for file in $(NANO_SHARE)/*.nanorc; do echo "include \"$$file\""; done >> '$@' .folders: Maildir - find ~/Maildir -maxdepth 2 -type f -name "maildirfolder" -printf '%h\n'|sed -r 's@.*/(.*\.)(.*)@.\1\2@'>'$@' + find ~/Maildir -maxdepth 2 -type f -name "maildirfolder" -printf '%h\n'|sed -r 's@.*/(.*\.)(.*)@.\1\2@'|sort>'$@' .crontab.cookie: .crontab .crontab.local cat $^ | crontab @@ -23,4 +23,3 @@ commit: pull: git pull $(MAKE) - -- cgit v1.2.3-54-g00ecf