diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-22 08:52:27 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-22 08:52:27 +0100 |
commit | 679468c33154f2d468e17b75c950c013af6a69a6 (patch) | |
tree | eacd91fe44167b0703efac33a0c793dd1140dc3d /pcr/lilo/PKGBUILD | |
parent | f0c3c547a5da9a4ea41f7cfc1345ad205c093a22 (diff) | |
download | abslibre-679468c33154f2d468e17b75c950c013af6a69a6.tar.gz abslibre-679468c33154f2d468e17b75c950c013af6a69a6.tar.bz2 abslibre-679468c33154f2d468e17b75c950c013af6a69a6.zip |
pcr/lilo: updated to 24.2
Diffstat (limited to 'pcr/lilo/PKGBUILD')
-rw-r--r-- | pcr/lilo/PKGBUILD | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/pcr/lilo/PKGBUILD b/pcr/lilo/PKGBUILD index e87636f35..63cbab3c7 100644 --- a/pcr/lilo/PKGBUILD +++ b/pcr/lilo/PKGBUILD @@ -1,10 +1,13 @@ # Maintainer (Arch): Connor Behan <connor.behan@gmail.com> # Contributor (Arch): Eric Belanger <eric@archlinux.org> # Contributor (Arch): judd <jvinet@zeroflux.org> -# Maintainer: André Silva <emulatorman@hyperbola.info> +# Contributor: André Silva <emulatorman@hyperbola.info> + +# parabola changes and rationale: +# - changed distro branding in lilo.conf pkgname=lilo -pkgver=24.0 +pkgver=24.2 pkgrel=1 pkgdesc="A bootloader for GNU/Linux (Parabola rebranded)" arch=('i686' 'x86_64') @@ -43,5 +46,11 @@ package() { # Avoid conflict with syslinux mv "${pkgdir}"/usr/bin/keytab-lilo "${pkgdir}"/usr/bin/keytab-lilo.pl + + # Remove Debian specific files + rm -rf "${pkgdir}"/etc/initramfs + rm -rf "${pkgdir}"/etc/kernel } -md5sums=('03d7090835a5675314082847f1ac7910' 'd06b3c4655577ed01fea79ec5743b4b0') + +md5sums=('fe5e8c9754cee342b958b5fcbbb6eb51' + 'd55b950c53b954a9a202e7a72a010756') |