Skip to content

Commit

Permalink
[kernel-install-for-dracut] Fix typo in backup line
Browse files Browse the repository at this point in the history
  • Loading branch information
dalto8 committed Feb 8, 2023
1 parent bde537c commit 1abc1fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernel-install-for-dracut/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=kernel-install-for-dracut
pkgver=1.7
pkgrel=3
pkgrel=4
pkgdesc='Enables systemd-boot automation using kernel-install with dracut'
arch=(any)
url="https://gitlab.com/dalto.8/${pkgname}"
license=(GPL2)
depends=(dracut)
conflicts=(mkinitcpio kernel-install-mkinitcpio)
backup=(etc/kernel/install.d/50-dracut.install etc/kernelinstall-for-dracut.conf)
backup=(etc/kernel/install.d/50-dracut.install etc/kernel-install-for-dracut.conf)
source=("$pkgname-$pkgver.tar.gz::$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz"
'dracut-rebuild')
sha256sums=('3fd208a42d64cab5c519112d19ab905e812b54d012b962f7a7ebc4c0b1408239'
Expand Down

0 comments on commit 1abc1fe

Please sign in to comment.