Revert this change:

Reset package variables between sections to avoid any spill over

At present it causes more problems than it solves.
This commit is contained in:
Tom G. Christensen 2008-03-28 21:25:45 +00:00
parent ff8d8ab8ee
commit 1603b4dd44

View File

@ -438,14 +438,6 @@ parse_def()
# Add scripts if requested
auto_deps $secname $pkgname
add_scripts $secname
# Reset variables
unset pkgname
unset name
unset pkgcat
unset pkgvendor
unset pkgdesc
unset shortdesc
unset maxinst
fi
;;
*)
@ -512,14 +504,6 @@ parse_def()
# Add scripts if requested
auto_deps $secname $pkgname
add_scripts $secname
# Reset variables
unset pkgname
unset name
unset pkgcat
unset pkgvendor
unset pkgdesc
unset shortdesc
unset maxinst
fi
fi
}