Browse Source

Remove libcap check

Georgi Chorbadzhiyski 14 years ago
parent
commit
19c5727922
1 changed files with 0 additions and 5 deletions
  1. 0
    5
      update_script.sh

+ 0
- 5
update_script.sh View File

@@ -158,11 +158,6 @@ mkdir ${REMOTE_DIR} 2>/dev/null
158 158
 		if [ ! -x "/usr/bin/sed" ]; then
159 159
 			pkg_install "Sed is not installed. Installing it." $PKG_SED
160 160
 		fi
161
-		if [ "$PKG_LIBCAP" != "" -a ! -f "/lib/libcap.a" ]; then
162
-			if [ ! -f "/lib64/libcap.a" ]; then
163
-				pkg_install "libcap is not installed. Installing it." $PKG_LIBCAP
164
-			fi
165
-		fi
166 161
 	done
167 162
 
168 163
 	# Workaround for aaa_elflibs, for more info see

Loading…
Cancel
Save