diff options
Diffstat (limited to 'system/unace')
-rw-r--r-- | system/unace/unace.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/unace/unace.SlackBuild b/system/unace/unace.SlackBuild index e1c472646f..88a6f8d1e3 100644 --- a/system/unace/unace.SlackBuild +++ b/system/unace/unace.SlackBuild @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=unace -VERSION=2.5 -ARCH=x86 # Static Binary +VERSION=${VERSION:-2.5} +ARCH=i586 # Static Binary BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |