[arch-commits] Commit in linux/trunk (linux.install)
Tobias Powalowski
tpowa at archlinux.org
Sat Jul 23 10:43:32 UTC 2011
Date: Saturday, July 23, 2011 @ 06:43:32
Author: tpowa
Revision: 132354
add brackets to install file
Modified:
linux/trunk/linux.install
---------------+
linux.install | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: linux.install
===================================================================
--- linux.install 2011-07-23 10:34:28 UTC (rev 132353)
+++ linux.install 2011-07-23 10:43:32 UTC (rev 132354)
@@ -7,7 +7,7 @@
post_install () {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
- /sbin/depmod $KERNEL_VERSION
+ /sbin/depmod ${KERNEL_VERSION}
echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
/sbin/mkinitcpio -p linux${KERNEL_NAME}
}
@@ -41,7 +41,7 @@
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
- /sbin/depmod $KERNEL_VERSION
+ /sbin/depmod ${KERNEL_VERSION}
echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
/sbin/mkinitcpio -p linux${KERNEL_NAME}
}
More information about the arch-commits
mailing list