diff options
author | Jigish Gohil <cyberorg@opensuse.org> | 2008-11-05 14:01:14 +0530 |
---|---|---|
committer | Jigish Gohil <cyberorg@opensuse.org> | 2008-11-05 14:01:14 +0530 |
commit | 16653584f78fb8c84e99169fb670477a98dd779c (patch) | |
tree | 13357ed7152557393ebdb94830d636f4d90c45e7 | |
parent | fefd84266208def2be5079aec0dc7ee8e79a31f0 (diff) | |
download | misc-16653584f78fb8c84e99169fb670477a98dd779c.tar.gz misc-16653584f78fb8c84e99169fb670477a98dd779c.tar.bz2 |
change arch command
-rwxr-xr-x | coolbg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ #-o OPACITY # ## -ARCH=`arch` +ARCH=`uname -m` if [ $ARCH == "i686" ]; then SAVERPATH=/usr/lib/xscreensaver elif [ $ARCH == "x86_64" ]; then |