Commit d61fe311 authored by Konstantin Baev's avatar Konstantin Baev

3.8.0-alt7

- Minor bugfix
parent f8f62049
......@@ -21,7 +21,7 @@
Name: etercifs
Version: 3.8.0
Release: alt6
Release: alt7
Summary: Advanced Common Internet File System for Linux with Etersoft extension
......@@ -111,6 +111,9 @@ cp %SOURCE27 %buildroot/%etercifs_src/%src_package_name-2.6.27-%src_2_6_27_versi
%_initdir/%name.outformat
%changelog
* Wed Nov 18 2008 Konstantin Baev <kipruss@altlinux.org> 3.8.0-alt7
- Minor bugfix
* Wed Nov 18 2008 Konstantin Baev <kipruss@altlinux.org> 3.8.0-alt6
- fixed bug Eter#2936
......
......@@ -171,7 +171,7 @@ status()
build_module()
{
if [ -r $SRC_DIR/dkms.conf ] && [ `which dkms 2>/dev/null` ] && $DKMS ; then
if [ -r $SRC_DIR/dkms.conf ] && [ `which dkms 2>/dev/null` ] && [ $DKMS -eq 1 ] ; then
cd $DATADIR
DKMSBUILD=1 sh buildmodule.sh
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment