summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-08-11 03:57:28 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-08-11 03:57:28 -0300
commit38f85f5cc9641b08f1f829b5f69dd8521916b772 (patch)
tree3a56a025d88cf9ba24d1bed29a0ba2c43d11603a /libre
parent54c70419cb041fab6406e8d1b56fc2a59f8fb3e8 (diff)
downloadabslibre-38f85f5cc9641b08f1f829b5f69dd8521916b772.tar.gz
abslibre-38f85f5cc9641b08f1f829b5f69dd8521916b772.tar.bz2
abslibre-38f85f5cc9641b08f1f829b5f69dd8521916b772.zip
linux-libre-lts-3.0.40-1: fixing some parts on PKGBUILD
Diffstat (limited to 'libre')
-rw-r--r--libre/linux-libre-lts/.directory3
-rw-r--r--libre/linux-libre-lts/PKGBUILD2
2 files changed, 1 insertions, 4 deletions
diff --git a/libre/linux-libre-lts/.directory b/libre/linux-libre-lts/.directory
deleted file mode 100644
index 3bbc4dedd..000000000
--- a/libre/linux-libre-lts/.directory
+++ /dev/null
@@ -1,3 +0,0 @@
-[Dolphin]
-Timestamp=2012,8,9,22,54,43
-Version=3
diff --git a/libre/linux-libre-lts/PKGBUILD b/libre/linux-libre-lts/PKGBUILD
index 5b5add3f4..065ca3fc0 100644
--- a/libre/linux-libre-lts/PKGBUILD
+++ b/libre/linux-libre-lts/PKGBUILD
@@ -200,7 +200,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\"|" \