diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-08-11 03:57:28 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-08-11 03:57:28 -0300 |
commit | 38f85f5cc9641b08f1f829b5f69dd8521916b772 (patch) | |
tree | 3a56a025d88cf9ba24d1bed29a0ba2c43d11603a /libre/linux-libre-lts | |
parent | 54c70419cb041fab6406e8d1b56fc2a59f8fb3e8 (diff) | |
download | abslibre-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/linux-libre-lts')
-rw-r--r-- | libre/linux-libre-lts/.directory | 3 | ||||
-rw-r--r-- | libre/linux-libre-lts/PKGBUILD | 2 |
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\"|" \ |