diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-03-10 14:10:50 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-03-10 14:10:50 +0000 |
commit | 10a26b7e859537e3bff2660dd70668c69ff66647 (patch) | |
tree | 625288f2abef323e785201523bc535b489a1bf47 /src | |
parent | 11b63ed072f719ce7d1cb6c0dffecfdc5a4eb3b6 (diff) | |
download | bootloader-theme-10a26b7e859537e3bff2660dd70668c69ff66647.tar bootloader-theme-10a26b7e859537e3bff2660dd70668c69ff66647.tar.gz bootloader-theme-10a26b7e859537e3bff2660dd70668c69ff66647.tar.bz2 bootloader-theme-10a26b7e859537e3bff2660dd70668c69ff66647.tar.xz bootloader-theme-10a26b7e859537e3bff2660dd70668c69ff66647.zip |
Really fix 32+64bit_source to mean "dual"
Diffstat (limited to 'src')
-rw-r--r-- | src/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.inc b/src/common.inc index 47d7e24..4818344 100644 --- a/src/common.inc +++ b/src/common.inc @@ -54,7 +54,7 @@ /32+64bit_source { 32bit_boot_dir .undef ne % uncomment next line to automatically warn about 32bit software on 64bit machines, too - % 64bit_boot_dir .undef ne and + 64bit_boot_dir .undef ne and } def |