diff options
author | Niels Horn <niels.horn@gmail.com> | 2010-07-04 03:22:13 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-07-04 03:22:13 -0500 |
commit | ade3fcaa5de9c77b7b60f82f6c0ec517ed8861ab (patch) | |
tree | b9d2634ac4e08e74616c8d2691a7a4649103be2b /system/bleachbit | |
parent | 3ff2a696f50b47b5aba9b46dc02926a7ec838f24 (diff) | |
download | slackbuilds-ade3fcaa5de9c77b7b60f82f6c0ec517ed8861ab.tar.gz |
system/bleachbit: Hardcode ARCH=noarch
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/bleachbit')
-rw-r--r-- | system/bleachbit/bleachbit.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/bleachbit/bleachbit.SlackBuild b/system/bleachbit/bleachbit.SlackBuild index 93bd10672a..bd32a1a73d 100644 --- a/system/bleachbit/bleachbit.SlackBuild +++ b/system/bleachbit/bleachbit.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=bleachbit VERSION=${VERSION:-0.6.3} -ARCH=${ARCH:-noarch} +ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |