1
0
mirror of synced 2026-02-04 23:14:47 +00:00

2006-12-25 22:32:04 by steve

apt-cache -> /usr/bin/apt-cache
This commit is contained in:
steve
2006-12-25 22:32:08 +00:00
parent a4ae557e2a
commit d7c814c7eb
3 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ linux_modules_package="linux-modules-$(uname -r)"
# Attempt to install that package. This will either work on an Etch
# system, or fail on a Sarge/custom kernel.
#
if chroot ${prefix} apt-cache policy ${linux_modules_package} 2>/dev/null; then
if chroot ${prefix} /usr/bin/apt-cache policy ${linux_modules_package} 2>/dev/null; then
#
# If it worked then we can install the package.

View File

@@ -41,7 +41,7 @@ linux_modules_package="linux-modules-$(uname -r)"
# Attempt to install that package. This will either work on an Etch
# system, or fail on a Sarge/custom kernel.
#
if chroot ${prefix} apt-cache policy ${linux_modules_package} 2>/dev/null; then
if chroot ${prefix} /usr/bin/apt-cache policy ${linux_modules_package} 2>/dev/null; then
#
# If it worked then we can install the package.

View File

@@ -41,7 +41,7 @@ linux_modules_package="linux-modules-$(uname -r)"
# Attempt to install that package. This will either work on an Etch
# system, or fail on a Sarge/custom kernel.
#
if chroot ${prefix} apt-cache policy ${linux_modules_package} 2>/dev/null; then
if chroot ${prefix} /usr/bin/apt-cache policy ${linux_modules_package} 2>/dev/null; then
#
# If it worked then we can install the package.