we do, in fact, need src (for godoc at least)

This commit is contained in:
Gwenhael Le Moine 2011-11-14 17:52:04 +01:00
parent 8d3f325a1d
commit c1d0d059c8

View file

@ -56,7 +56,6 @@ cp -R $REPOSITORY $PREFIX/libexec/
GOROOT=$GOROOT GOBIN=$GOBIN GOOS=$GOOS GOARCH=$GOARCH bash ./all.bash
mv $PREFIX/libexec/$PRGNAM $PKG$PREFIX/libexec/
rm -fr $PKG$PREFIX/libexec/go/src
( cd misc/emacs
find . -type f -name \*.el -exec emacs -batch -f batch-byte-compile {} \;