summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Santos2015-10-19 10:03:20 +0100
committerMauro Santos2015-10-19 10:03:20 +0100
commitaf47b2dde65daa226d6b30a4b8564a985cdf1722 (patch)
tree0d3a98d4843dc7c9fea7ca6e92f55937b20cab37
parent6d35bcf544364299973c274d101ff6005e7d6f4f (diff)
downloadaur-af47b2dde65daa226d6b30a4b8564a985cdf1722.tar.gz
Fix linuxpba.conf path in mklinuxpba.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rwxr-xr-xmklinuxpba4
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 244f86e9df19..515a0e0142bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sedutil
pkgdesc = TCG OPAL 2.00 SED Management Program
pkgver = 1.00
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/Drive-Trust-Alliance/sedutil
install = sedutil.install
arch = i686
@@ -15,7 +15,7 @@ pkgbase = sedutil
source = linuxpba.install
sha256sums = 7d9c8b3eb408de8218e8bd29f118a8956157ca6e80fb0d8782074302cc13d2e8
sha256sums = 6d528877c70b24367833653f5a7cc004a6b5aad8729b661d8c3fda3f1ee7d4ff
- sha256sums = 084df0ee2bfc14a4450942b4de4b7f697346fbae9b1c1b7193ce1db66e4dd7e7
+ sha256sums = c66318cb2ddd357de927ab47eb3ec4618a4353ad06e5bd48e6676d77b48b323d
sha256sums = be7790a69eb4e82a84c690e41cdff04f08a0a61a30a6c28b88df916e3fb59950
sha256sums = d9a7b66d8365e7f4eb0233b30c0ab70b5e978f6554960bf12994a1f0910c1447
sha256sums = 7c32370c3405fc33359c1fc5bb243f387c71ca454e9da88348669fd383f04558
diff --git a/PKGBUILD b/PKGBUILD
index 7511bff41341..834cb645256c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=sedutil
pkgver=1.00
-pkgrel=3
+pkgrel=4
pkgdesc="TCG OPAL 2.00 SED Management Program"
arch=('i686' 'x86_64')
url="https://github.com/Drive-Trust-Alliance/sedutil"
@@ -16,7 +16,7 @@ source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Drive-Trust-Alliance/${
'linuxpba.install')
sha256sums=('7d9c8b3eb408de8218e8bd29f118a8956157ca6e80fb0d8782074302cc13d2e8'
'6d528877c70b24367833653f5a7cc004a6b5aad8729b661d8c3fda3f1ee7d4ff'
- '084df0ee2bfc14a4450942b4de4b7f697346fbae9b1c1b7193ce1db66e4dd7e7'
+ 'c66318cb2ddd357de927ab47eb3ec4618a4353ad06e5bd48e6676d77b48b323d'
'be7790a69eb4e82a84c690e41cdff04f08a0a61a30a6c28b88df916e3fb59950'
'd9a7b66d8365e7f4eb0233b30c0ab70b5e978f6554960bf12994a1f0910c1447'
'7c32370c3405fc33359c1fc5bb243f387c71ca454e9da88348669fd383f04558')
diff --git a/mklinuxpba b/mklinuxpba
index 0dffb2d3a745..c1a8e357c222 100755
--- a/mklinuxpba
+++ b/mklinuxpba
@@ -1,4 +1,4 @@
#!/bin/bash
-mkinitcpio -c /etc/linuxpba.conf -g /boot/linuxpba.img
-mkinitcpio -S autodetect -c /etc/linuxpba.conf -g /boot/linuxpba-fallback.img
+mkinitcpio -c /etc/linuxpba/linuxpba.conf -g /boot/linuxpba.img
+mkinitcpio -S autodetect -c /etc/linuxpba/linuxpba.conf -g /boot/linuxpba-fallback.img