diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-06-20 01:25:36 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-06-20 01:25:36 -0400 |
commit | d052487a09ed53cbdedd4d55fb6d548a0a30a1af (patch) | |
tree | 996eaf853419241178c709c9e7cfe704c99e5785 /Makefile | |
parent | 7e842cfd399c0bea9d480d5fa7a18dfa06bb6a60 (diff) |
This is what happens after about 2 weeks of using Parabola.
Note that .bashrc is increasing it's reliance on "thingutils"
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) - |