summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-07-24 03:33:47 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-07-24 03:33:47 -0300
commit4ab14b70eadb07e2e0eccaa98fff204f7d35337e (patch)
tree55996af8d223440f05a4d5cbc29d33a5443f2501 /libre
parent7595003559b1c308090fb428b724bfd856a73ba5 (diff)
downloadabslibre-4ab14b70eadb07e2e0eccaa98fff204f7d35337e.tar.gz
abslibre-4ab14b70eadb07e2e0eccaa98fff204f7d35337e.tar.bz2
abslibre-4ab14b70eadb07e2e0eccaa98fff204f7d35337e.zip
libre/linux-libre-3.0-2
Solved the preset and install issue
Diffstat (limited to 'libre')
-rw-r--r--libre/linux-libre/linux-libre.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/linux-libre/linux-libre.install b/libre/linux-libre/linux-libre.install
index a45c09b70..67907bf56 100644
--- a/libre/linux-libre/linux-libre.install
+++ b/libre/linux-libre/linux-libre.install
@@ -48,7 +48,7 @@ post_upgrade() {
echo ">>> Updating module dependencies. Please wait ..."
depmod ${KERNEL_VERSION}
echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
- mkinitcpio -p linux${KERNEL_NAME}
+ mkinitcpio -p linux-libre${KERNEL_NAME}
}
post_remove() {