[arch-commits] Commit in cryptsetup/trunk (PKGBUILD)
Christian Hesse
eworm at archlinux.org
Wed Dec 13 13:19:13 UTC 2017
Date: Wednesday, December 13, 2017 @ 13:19:10
Author: eworm
Revision: 312232
drop --enable-cryptsetup-reencrypt configure option
This option does no longer exist, support for reencryption is enabled by default.
Modified:
cryptsetup/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-13 12:58:00 UTC (rev 312231)
+++ PKGBUILD 2017-12-13 13:19:10 UTC (rev 312232)
@@ -26,12 +26,17 @@
build() {
cd "${srcdir}"/$pkgname-${pkgver}
- ./configure --prefix=/usr --sbindir=/usr/bin --disable-static --enable-cryptsetup-reencrypt
+
+ ./configure \
+ --prefix=/usr \
+ --sbindir=/usr/bin \
+ --disable-static
make
}
package() {
cd "${srcdir}"/$pkgname-${pkgver}
+
make DESTDIR="${pkgdir}" install
# install hook
install -D -m644 "${srcdir}"/encrypt_hook "${pkgdir}"/usr/lib/initcpio/hooks/encrypt
More information about the arch-commits
mailing list