add brackets to install file
This commit is contained in:
parent
0185934ac1
commit
24d81a061e
|
@ -7,7 +7,7 @@ KERNEL_VERSION=3.0.0-ARCH
|
||||||
post_install () {
|
post_install () {
|
||||||
# updating module dependencies
|
# updating module dependencies
|
||||||
echo ">>> Updating module dependencies. Please wait ..."
|
echo ">>> Updating module dependencies. Please wait ..."
|
||||||
/sbin/depmod $KERNEL_VERSION
|
/sbin/depmod ${KERNEL_VERSION}
|
||||||
echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
|
echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
|
||||||
/sbin/mkinitcpio -p linux${KERNEL_NAME}
|
/sbin/mkinitcpio -p linux${KERNEL_NAME}
|
||||||
}
|
}
|
||||||
|
@ -41,7 +41,7 @@ post_upgrade() {
|
||||||
|
|
||||||
# updating module dependencies
|
# updating module dependencies
|
||||||
echo ">>> Updating module dependencies. Please wait ..."
|
echo ">>> Updating module dependencies. Please wait ..."
|
||||||
/sbin/depmod $KERNEL_VERSION
|
/sbin/depmod ${KERNEL_VERSION}
|
||||||
echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
|
echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
|
||||||
/sbin/mkinitcpio -p linux${KERNEL_NAME}
|
/sbin/mkinitcpio -p linux${KERNEL_NAME}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue