mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
desktop/fvwm3: Rebuilt.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e54d3f8bac
commit
aea2e69400
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=fvwm3
|
||||
VERSION=${VERSION:-1.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -66,7 +66,7 @@ cd $PRGNAM-$VERSION
|
|||
sed -i '/^@FVWM_BUILD_GOLANG_TRUE@GOBUILD = $(GOCMD) build/s/$/ -mod=vendor/' \
|
||||
bin/FvwmPrompt/Makefile.in
|
||||
|
||||
sed -i 's/go1.14\*)/go1.13\* | go1.14\*)/' configure
|
||||
sed -i 's/1.14\*|1.15/1.13\*|1.14\*|1.15/' configure
|
||||
|
||||
mkdir -p bin/FvwmPrompt/vendor/golang.org/x
|
||||
for DEPENDENCY in \
|
||||
|
|
Loading…
Reference in a new issue