fix rm src
This commit is contained in:
parent
79b5978d58
commit
5d2bfc0e65
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ cp -R $REPOSITORY $PREFIX/libexec/$PRGNAM
|
|||
GOROOT=$GOROOT GOBIN=$GOBIN GOOS=$GOOS GOARCH=$GOARCH bash ./all.bash
|
||||
|
||||
mv $PREFIX/libexec/$PRGNAM $PKG$PREFIX/libexec/
|
||||
rm -fr $PKG$PREFIX/libexec/src
|
||||
rm -fr $PKG$PREFIX/libexec/go/src
|
||||
|
||||
mkdir -p $PKG$PREFIX/bin
|
||||
( cd $PKG$PREFIX/bin
|
||||
|
|
Loading…
Reference in a new issue