summaryrefslogtreecommitdiff
path: root/libre/linux-libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-08-11 03:55:57 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-08-11 03:55:57 -0300
commit54c70419cb041fab6406e8d1b56fc2a59f8fb3e8 (patch)
tree99be0f814cf31e819adfd8cb5eec6ec2b02c5c25 /libre/linux-libre
parent657085c8ba23e889d1308b8af71d77c336d19012 (diff)
downloadabslibre-54c70419cb041fab6406e8d1b56fc2a59f8fb3e8.tar.gz
abslibre-54c70419cb041fab6406e8d1b56fc2a59f8fb3e8.tar.bz2
abslibre-54c70419cb041fab6406e8d1b56fc2a59f8fb3e8.zip
linux-libre-3.5.1-1: fixing some parts on PKGBUILD
Diffstat (limited to 'libre/linux-libre')
-rw-r--r--libre/linux-libre/.directory6
-rw-r--r--libre/linux-libre/PKGBUILD2
2 files changed, 1 insertions, 7 deletions
diff --git a/libre/linux-libre/.directory b/libre/linux-libre/.directory
deleted file mode 100644
index e6f3e33d1..000000000
--- a/libre/linux-libre/.directory
+++ /dev/null
@@ -1,6 +0,0 @@
-[Dolphin]
-Timestamp=2012,8,9,22,54,19
-Version=3
-
-[Settings]
-HiddenFilesShown=true
diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD
index 0540a5556..63abb7de7 100644
--- a/libre/linux-libre/PKGBUILD
+++ b/libre/linux-libre/PKGBUILD
@@ -193,7 +193,7 @@ _package() {
-e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/" \
-i "${startdir}/${pkgbase}.install"
sed \
- -e "1s|'linux-libre.*'|'${pkgbase}'|" \
+ -e "1s|'linux*.*'|'${pkgbase}'|" \
-e "s|ALL_kver=.*|ALL_kver=\"/boot/vmlinuz-${pkgbase}\"|" \
-e "s|default_image=.*|default_image=\"/boot/initramfs-${pkgbase}.img\"|" \
-e "s|fallback_image=.*|fallback_image=\"/boot/initramfs-${pkgbase}-fallback.img\"|" \