correct advice creation

This commit is contained in:
Mario Fetka 2011-06-25 07:03:41 +02:00
parent 04acfb9781
commit 4b9d664d7c
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,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!$X86FILEMSI!g" -e "s!AMD64FILE!$AMD64FILEMSI!g" -i $OUT/$PN/CLIENT_DATA/setup.ins
if test -d ".git"; then