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

Loading…
Cancel
Save