correct small errors

This commit is contained in:
Mario Fetka 2011-06-25 07:08:03 +02:00
parent 28ba8ed849
commit 11d132a96f
2 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,7 @@ type: localboot
id: 7zip id: 7zip
name: 7-Zip file archiver name: 7-Zip file archiver
description: 7-Zip is a file archiver with a high compression ratio. description: 7-Zip is a file archiver with a high compression ratio.
advice: advice: ADVICE
version: VERSION version: VERSION
priority: PRIORITY priority: PRIORITY
licenseRequired: False licenseRequired: False

View File

@ -3,6 +3,7 @@ PN="7zip"
VERSION="9.20" VERSION="9.20"
RELEASE="1" RELEASE="1"
PRIORITY="0" PRIORITY="0"
ADVICE=""
TYPE="public" TYPE="public"
# all downloads should not have any traling parameters like ?downlaodid=1234 .....(should rewrite in python) # all downloads should not have any traling parameters like ?downlaodid=1234 .....(should rewrite in python)
ICON="http://www.7zip.us/images/7zip.png" ICON="http://www.7zip.us/images/7zip.png"
@ -93,7 +94,7 @@ unix2dos $OUT/$PN/CLIENT_DATA/*
exit 1 exit 1
fi fi
sed -e "s!VERSION!$VERSION!g" -e "s!RELEASE!$RELEASE!g" -e "s!PRIORITY!$PRIORITY!g" -i $OUT/$PN/OPSI/control sed -e "s!VERSION!$VERSION!g" -e "s!RELEASE!$RELEASE!g" -e "s!PRIORITY!$PRIORITY!g" -e "s!ADVICE!$ADVICE!g" -i $OUT/$PN/OPSI/control
sed -e "s!X86FILE!$X86FILE!g" -e "s!AMD64FILE!$AMD64FILE!g" -i $OUT/$PN/CLIENT_DATA/setup.ins sed -e "s!X86FILE!$X86FILE!g" -e "s!AMD64FILE!$AMD64FILE!g" -i $OUT/$PN/CLIENT_DATA/setup.ins
if test -d ".git"; then if test -d ".git"; then