Browse Source

Allow update of aaa_elflibs.

Georgi Chorbadzhiyski 11 years ago
parent
commit
d360e597fd
1 changed files with 0 additions and 5 deletions
  1. 0
    5
      slcheck.sh

+ 0
- 5
slcheck.sh View File

@@ -172,11 +172,6 @@ generate_upgrade_scripts() {
172 172
 			while read hostpkg basepkg
173 173
 			do
174 174
 				CHECKED=$(($CHECKED + 1))
175
-
176
-				# aaa_elflibs should not be updated
177
-				if [ "$basepkg" = "aaa_elflibs" ]; then
178
-					continue
179
-				fi
180 175
 				# Get package from the distro packages
181 176
 				# This contains FULL directory + package name
182 177
 				eval distro_package="\$$basepkg"

Loading…
Cancel
Save