correct small errors
This commit is contained in:
parent
28ba8ed849
commit
11d132a96f
@ -8,7 +8,7 @@ type: localboot
|
||||
id: 7zip
|
||||
name: 7-Zip file archiver
|
||||
description: 7-Zip is a file archiver with a high compression ratio.
|
||||
advice:
|
||||
advice: ADVICE
|
||||
version: VERSION
|
||||
priority: PRIORITY
|
||||
licenseRequired: False
|
||||
|
3
build.sh
3
build.sh
@ -3,6 +3,7 @@ PN="7zip"
|
||||
VERSION="9.20"
|
||||
RELEASE="1"
|
||||
PRIORITY="0"
|
||||
ADVICE=""
|
||||
TYPE="public"
|
||||
# all downloads should not have any traling parameters like ?downlaodid=1234 .....(should rewrite in python)
|
||||
ICON="http://www.7zip.us/images/7zip.png"
|
||||
@ -93,7 +94,7 @@ unix2dos $OUT/$PN/CLIENT_DATA/*
|
||||
exit 1
|
||||
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
|
||||
|
||||
if test -d ".git"; then
|
||||
|
Loading…
Reference in New Issue
Block a user