From 8a0eec92d49d925efaab841a9de3904765a32677 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Fri, 4 Jul 2014 22:24:05 +0200 Subject: some stuff --- docs/muttdelay.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/muttdelay.txt') diff --git a/docs/muttdelay.txt b/docs/muttdelay.txt index 2ce9cb3..08f2279 100644 --- a/docs/muttdelay.txt +++ b/docs/muttdelay.txt @@ -95,8 +95,8 @@ Customize find . -name \*muttdelay\* | while read muttdelay; do git mv $muttdelay ${muttdelay/muttdelay/$PROJECTNAME}; done - Search all content and rename *muttdelay* into your own new package name. - You can do that with: + Search all content and rename *muttdelay* into your own new package + name. You can do that with: grep -R muttdelay . | grep -v .git | cut -d: -f1 | uniq | xargs sed -i "s/muttdelay/$PROJECTNAME/g" -- cgit v1.2.3