From 88b4e42fe443771a98010f08bb27f56dee2decbd Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Mon, 18 Jul 2011 02:29:51 +0200 Subject: [PATCH] Update --- CLIENT_DATA/setup.ins | 4 ++-- build.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CLIENT_DATA/setup.ins b/CLIENT_DATA/setup.ins index afbbf3e..aa82be1 100644 --- a/CLIENT_DATA/setup.ins +++ b/CLIENT_DATA/setup.ins @@ -92,7 +92,7 @@ else endif [Winbatch_install_32] -"%ScriptPath%\files" & "FontReg32.exe /copy" +"%ScriptPath%\files\FontReg32.exe" /copy [Files_install_32] ; Example of recursively copying some files into the installation directory: @@ -100,7 +100,7 @@ endif ; copy -s "%ScriptPath%\files\*.*" "$InstallDir32$" [Winbatch_install_64] -"%ScriptPath%\files" & "FontReg64.exe /copy" +"%ScriptPath%\files\FontReg64.exe" /copy [Files_install_64] ; Example of recursively copying some files into the installation directory: diff --git a/build.sh b/build.sh index abec2ba..102eda1 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/sh PN="font-linux-liberation" VERSION="1.07.0" -RELEASE="1" +RELEASE="2" PRIORITY="0" ADVICE="" TYPE="public"