9075afffc55ed593465adace12e648d93eaa574d
hiram
  Thu May 30 10:22:22 2013 -0700
adding pslToChain to the build refs #9149
diff --git src/userApps/fetchKentSource.sh src/userApps/fetchKentSource.sh
index 28b351b..b3636e0 100755
--- src/userApps/fetchKentSource.sh
+++ src/userApps/fetchKentSource.sh
@@ -270,25 +270,26 @@
 src/hg/makeDb/hgWaba \
 src/hg/makeDb/ldHgGene \
 src/hg/makeDb/hgMrnaRefseq \
 src/hg/makeDb/schema \
 src/hg/makeDb/tfbsConsLoc \
 src/hg/makeDb/tfbsConsSort > part${partNumber}Src.zip
 
 unzip -o -q part${partNumber}Src.zip
 
 ((partNumber++))
 echo "fetch kent source part ${partNumber} ${ofN}" 1>&2
 
 git archive --format=zip -9 --remote=git://genome-source.cse.ucsc.edu/kent.git \
 --prefix=kent/ HEAD \
 src/parasol \
+src/hg/pslToChain \
 src/hg/makeDb/outside \
 src/hg/makeDb/trackDbRaFormat \
 src/hg/makeDb/trackDbPatch \
 src/hg/mouseStuff \
 src/hg/ratStuff \
 src/hg/nci60 \
 src/hg/visiGene/knownToVisiGene \
 src/hg/visiGene/hgVisiGene > part${partNumber}Src.zip
 
 unzip -o -q part${partNumber}Src.zip