summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-pae/linux.install
diff options
context:
space:
mode:
Diffstat (limited to 'kernels/linux-libre-pae/linux.install')
-rw-r--r--kernels/linux-libre-pae/linux.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernels/linux-libre-pae/linux.install b/kernels/linux-libre-pae/linux.install
index 32514d892..70e177ef2 100644
--- a/kernels/linux-libre-pae/linux.install
+++ b/kernels/linux-libre-pae/linux.install
@@ -8,7 +8,7 @@ post_install () {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
depmod ${KERNEL_VERSION}
- echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
+ echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
mkinitcpio -p linux-libre${KERNEL_NAME}
}
@@ -20,7 +20,7 @@ post_upgrade() {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
depmod ${KERNEL_VERSION}
- echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
+ echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
mkinitcpio -p linux-libre${KERNEL_NAME}
if [ $(vercmp $2 3.13) -lt 0 ]; then