diff options
author | Peter Palfrader <peter@palfrader.org> | 2004-06-10 13:39:56 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2004-06-10 13:39:56 +0000 |
commit | b45e009b8d0d4c95b0a571a361abfb9435326531 (patch) | |
tree | dce560db9e37dcc7275b6240d4a6a4589c9f9da5 /tools | |
parent | fb4aaf0ae5549724dd3d1bb9387a88dbf9cf14a9 (diff) |
There are no .cvsignore files anymore, so no need to remove them when building tarballs
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/create-distribution | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/create-distribution b/tools/create-distribution index ebe3eb4..79cbe11 100755 --- a/tools/create-distribution +++ b/tools/create-distribution @@ -26,7 +26,6 @@ set -e -find -name .cvsignore -print0 | xargs -0 rm version=`grep 'VERSION =' pingd | sed -e "s/.* '//" -e "s/'.*//"` dirname=`basename \`pwd\`` pod2man --section=1 --release="$version" --center=Echolot pingd doc/pingd.1 |