]> code.delx.au - gnu-emacs-elpa/commitdiff
admin/package-update.sh: Remove accidentally included code
authorChong Yidong <cyd@stupidchicken.com>
Mon, 7 Mar 2011 19:20:23 +0000 (14:20 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 7 Mar 2011 19:20:23 +0000 (14:20 -0500)
to generate readme files, which is not ready yet.

admin/package-update.sh

index 88e1c514df43a164e57f4db63b7fac6d6b680ce3..6078604b269805f96b16a8f9c36c818963af37f5 100755 (executable)
@@ -84,9 +84,6 @@ echo "Creating multi-file package tarballs in $TMP_PKGROOT" >> $LOG
 cd $TMP_PKGROOT
 for pt in *; do
     if [ -d $pt ]; then
-       if [ -f $pt/README ]; then
-           cp $pt/README $pt-readme.txt;
-       fi
        echo "Creating tarball $TMP_PKGROOT/$pt.tar" >> $LOG
        tar -cf $pt.tar $pt --remove-files
     fi