diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:45:59 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:31 -0400 |
commit | 1db1819b5a9365b392d3fcf323c1771fd06d0a6f (patch) | |
tree | 57f2a6eb1f4734a35bf75c04c044811e65f26394 /network/sopcast | |
parent | e1f91de9c377b7181ce76c48b09e7e63eba50b4a (diff) | |
download | slackbuilds-1db1819b5a9365b392d3fcf323c1771fd06d0a6f.tar.gz |
network/sopcast: Change i486 to i586
Diffstat (limited to 'network/sopcast')
-rw-r--r-- | network/sopcast/sopcast.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/sopcast/sopcast.SlackBuild b/network/sopcast/sopcast.SlackBuild index 96885dee47..1cd85bed66 100644 --- a/network/sopcast/sopcast.SlackBuild +++ b/network/sopcast/sopcast.SlackBuild @@ -30,7 +30,7 @@ BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -ARCH=i486 +ARCH=i586 # If the variable PRINT_PACKAGE_NAME is set, then this script will report what # the name of the created package would be, and then exit. This information |