summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTankMissile2020-03-03 22:44:18 -0500
committerTankMissile2020-03-03 22:44:18 -0500
commita84efb64d49fe7c3475be12faf394fcc0ec212d3 (patch)
tree114fbd7343282858962252c0e33a9764bd34cca7
parente859fcba98884bc46d1cc5b7e440e8c1bc7b2cdc (diff)
downloadaur-a84efb64d49fe7c3475be12faf394fcc0ec212d3.tar.gz
Used correct patch this time.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--initcpio-arch.patch3
3 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dafba4b553f3..1f4e78b0f32a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = bcache-tools
source = initcpio-arch.patch
sha256sums = d56923936f37287efc57a46315679102ef2c86cd0be5874590320acd48c1201c
sha256sums = 2536e1ea76b32b4ee4543524c64f488ccc0fe037256ce9d5c5029e873161de7e
- sha256sums = a905ac4daa69ced9aa9422c9d7f20f40f6226510998be2a890d105aa22ab60de
+ sha256sums = 29f0825272e58f092307b6bfa1d472a12e7a8c4e0f8ae8584a4492d7bed3e07d
pkgname = bcache-tools
diff --git a/PKGBUILD b/PKGBUILD
index 01328fdffa96..9b0c591f079d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ source=("https://github.com/g2p/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.g
'initcpio-arch.patch')
sha256sums=('d56923936f37287efc57a46315679102ef2c86cd0be5874590320acd48c1201c'
'2536e1ea76b32b4ee4543524c64f488ccc0fe037256ce9d5c5029e873161de7e'
- 'a905ac4daa69ced9aa9422c9d7f20f40f6226510998be2a890d105aa22ab60de')
+ '29f0825272e58f092307b6bfa1d472a12e7a8c4e0f8ae8584a4492d7bed3e07d')
prepare() {
cd "${pkgname}-${pkgver}"
diff --git a/initcpio-arch.patch b/initcpio-arch.patch
index 19f65cdf7fa0..d8396396899b 100644
--- a/initcpio-arch.patch
+++ b/initcpio-arch.patch
@@ -15,7 +15,8 @@ index 8e38d9a..2db4c82 100644
$(INSTALL) -m0644 -- *.8 $(DESTDIR)${PREFIX}/share/man/man8/
- $(INSTALL) -D -m0755 initramfs/hook $(DESTDIR)/usr/share/initramfs-tools/hooks/bcache
$(INSTALL) -D -m0755 initcpio/install $(DESTDIR)/usr/lib/initcpio/install/bcache
- $(INSTALL) -D -m0755 dracut/module-setup.sh $(DESTDIR)$(DRACUTLIBDIR)/modules.d/90bcache/module-setup.sh
+- $(INSTALL) -D -m0755 dracut/module-setup.sh $(DESTDIR)$(DRACUTLIBDIR)/modules.d/90bcache/module-setup.sh
++ $(INSTALL) -D -m0755 dracut/module-setup.sh $(DESTDIR)${PREFIX}$(DRACUTLIBDIR)/modules.d/90bcache/module-setup.sh
# $(INSTALL) -m0755 bcache-test $(DESTDIR)${PREFIX}/sbin/
clean: