diff options
author | Pascal Terjan <pterjan@mandriva.org> | 2009-04-03 10:11:00 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mandriva.org> | 2009-04-03 10:11:00 +0000 |
commit | 30b33e19ac5828eb3f06af4270c6615f4c328552 (patch) | |
tree | 72a1d881c6429f57526aec862feaf86c4457a81c /images/Makefile | |
parent | 18db9797115d27196b341b5d663c5b9c18b52d3f (diff) | |
download | drakx-30b33e19ac5828eb3f06af4270c6615f4c328552.tar drakx-30b33e19ac5828eb3f06af4270c6615f4c328552.tar.gz drakx-30b33e19ac5828eb3f06af4270c6615f4c328552.tar.bz2 drakx-30b33e19ac5828eb3f06af4270c6615f4c328552.tar.xz drakx-30b33e19ac5828eb3f06af4270c6615f4c328552.zip |
fix crypto module names when arch is not i586 (#46814)
Diffstat (limited to 'images/Makefile')
-rw-r--r-- | images/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/images/Makefile b/images/Makefile index 13e438f25..56c464025 100644 --- a/images/Makefile +++ b/images/Makefile @@ -1,6 +1,6 @@ include ../Makefile.config -VERSION=1.36 +VERSION=1.37 PRODUCT=drakx-installer-images KERNELS=$(shell rpm -qf /lib/modules/2.*) |