Georgi Chorbadzhiyski 15 years ago
parent
commit
b3450c4664
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      update_script.sh

+ 1
- 1
update_script.sh View File

@@ -153,7 +153,7 @@ mkdir ${REMOTE_DIR} 2>/dev/null
153 153
 		if [ ! -x "/usr/bin/sed" ]; then
154 154
 			pkg_install "Sed is not installed. Installing it." $PKG_SED
155 155
 		fi
156
-		if [ "$PKG_LIBCAP" != "" -a ! -f "lib/libcap.a" ]; then
156
+		if [ "$PKG_LIBCAP" != "" -a ! -f "/lib/libcap.a" ]; then
157 157
 			pkg_install "libcap is not installed. Installing it." $PKG_LIBCAP
158 158
 		fi
159 159
 	done

Loading…
Cancel
Save