You are not logged in.
I would like to have different variable values based on system architecture. For example, if arch=i686 then source=http://download_32bit_file else source=http://download_64bit_file. I have seen this kind of thing done in some of the PKGBUILDs, but could not find them any more. Please help.
Offline
I think the kernel PKGBUILD contains an example of how you could achieve that.
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
I found it, thank you. In case any one wants to know, the variable for system architecture is "$CARCH"
Offline