From 5263a9c09e67b5e86e761d0739765f55d81a563a Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sat, 25 Jun 2011 14:42:24 +0200 Subject: [PATCH] correct package requriement --- OPSI/control | 2 ++ build.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/OPSI/control b/OPSI/control index 445378a..723567e 100644 --- a/OPSI/control +++ b/OPSI/control @@ -34,4 +34,6 @@ default: ["system specific"] action: setup requiredProduct: firefox requiredStatus: installed +requirementType: before + diff --git a/build.sh b/build.sh index bc14c84..790aab5 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/sh PN="acroreader" VERSION="10.1.0" -RELEASE="1" +RELEASE="2" PRIORITY="0" ADVICE="" TYPE="public"