diff options
author | Joerg Schirottke <master@kanotix.com> | 2016-03-03 18:11:56 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2016-03-03 20:30:46 +0100 |
commit | 3489aa8f723c6a5c9927d7a6a2e3775e848c9181 (patch) | |
tree | ef6fecb3b1f76200291f6a17b8e9bafb0764bea4 /config/lists/google-chrome | |
parent | 781cf9ae58b4a5d5e2655f9227144afd83251f8f (diff) | |
download | kanotix-3489aa8f723c6a5c9927d7a6a2e3775e848c9181.zip kanotix-3489aa8f723c6a5c9927d7a6a2e3775e848c9181.tar.gz |
fix: use chromium instead of chrome for 32 bit
Diffstat (limited to 'config/lists/google-chrome')
-rw-r--r-- | config/lists/google-chrome | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/lists/google-chrome b/config/lists/google-chrome index 988464c..a213af4 100644 --- a/config/lists/google-chrome +++ b/config/lists/google-chrome @@ -1 +1,9 @@ +# use chromium instead of chrome for 32 bit + +#if ARCHITECTURE i386 +chromium +#endif + +#if ARCHITECTURE amd64 google-chrome-stable +#endif |