Update
This commit is contained in:
parent
b6edbfa264
commit
99f305e2ad
@ -92,7 +92,7 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
[Winbatch_install_32]
|
[Winbatch_install_32]
|
||||||
"%ScriptPath%\files" & "FontReg32.exe /copy"
|
"%ScriptPath%\files\FontReg32.exe" /copy
|
||||||
|
|
||||||
[Files_install_32]
|
[Files_install_32]
|
||||||
; Example of recursively copying some files into the installation directory:
|
; Example of recursively copying some files into the installation directory:
|
||||||
@ -100,7 +100,7 @@ endif
|
|||||||
; copy -s "%ScriptPath%\files\*.*" "$InstallDir32$"
|
; copy -s "%ScriptPath%\files\*.*" "$InstallDir32$"
|
||||||
|
|
||||||
[Winbatch_install_64]
|
[Winbatch_install_64]
|
||||||
"%ScriptPath%\files" & "FontReg64.exe /copy"
|
"%ScriptPath%\files\FontReg64.exe" /copy
|
||||||
|
|
||||||
[Files_install_64]
|
[Files_install_64]
|
||||||
; Example of recursively copying some files into the installation directory:
|
; Example of recursively copying some files into the installation directory:
|
||||||
|
3
build.sh
3
build.sh
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
PN="font-linux-libertine"
|
PN="font-linux-libertine"
|
||||||
VERSION="1.5.3"
|
VERSION="1.5.3"
|
||||||
RELEASE="1"
|
RELEASE="2"
|
||||||
PRIORITY="0"
|
PRIORITY="0"
|
||||||
ADVICE=""
|
ADVICE=""
|
||||||
TYPE="public"
|
TYPE="public"
|
||||||
@ -63,6 +63,7 @@ unix2dos $OUT/$PN/CLIENT_DATA/*
|
|||||||
7z x -o$OUT/$PN/CLIENT_DATA/files /usr/portage/distfiles/$X86FILE
|
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-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
|
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
|
else
|
||||||
echo "The checksums do not match."
|
echo "The checksums do not match."
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user