[Updated the packaging script. nad**20040618171812] hunk ./ChasingBottoms/package 9 -tar zcvf ChasingBottoms/chasing-bottoms.tar.gz ChasingBottoms.hs \ - ChasingBottoms/*hs ChasingBottoms/docs/* +rm -rf chasing-bottoms && \ +mkdir -p chasing-bottoms && \ +cp -p ChasingBottoms/LICENSE chasing-bottoms && \ +( ls -d ChasingBottoms.hs ChasingBottoms/*hs ChasingBottoms/docs | \ + xargs -n 1 -i rsync -arR {} chasing-bottoms ) && \ +tar zcvf ChasingBottoms/chasing-bottoms.tar.gz chasing-bottoms