new release
This commit is contained in:
parent
e4e79d458a
commit
a24fc03aaa
3
build.sh
3
build.sh
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
PN="font-bitstream-vera"
|
||||
VERSION="1.10"
|
||||
RELEASE="1"
|
||||
RELEASE="2"
|
||||
PRIORITY="0"
|
||||
ADVICE=""
|
||||
TYPE="public"
|
||||
@ -63,6 +63,7 @@ unix2dos $OUT/$PN/CLIENT_DATA/*
|
||||
7z x -o$OUT/$PN/CLIENT_DATA/files /usr/portage/distfiles/$X86FILE
|
||||
cp $OUT/$PN/CLIENT_DATA/files/bin.x86-32/FontReg.exe $OUT/$PN/CLIENT_DATA/files/FontReg32.exe
|
||||
cp $OUT/$PN/CLIENT_DATA/files/bin.x86-64/FontReg.exe $OUT/$PN/CLIENT_DATA/files/FontReg64.exe
|
||||
rm -rf $OUT/$PN/CLIENT_DATA/files/bin.* $OUT/$PN/CLIENT_DATA/files/src
|
||||
else
|
||||
echo "The checksums do not match."
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user