summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYesDay2017-09-19 14:59:06 +0000
committerYesDay2017-09-19 14:59:06 +0000
commitbe8ac36311aa39f0ba40ab176ef6acf1048022ec (patch)
treef82c6a5524cd8a6edf9ce8e5c134c8d2b824ea7b /PKGBUILD
parentff23493607128565eda4e85a342301579664a148 (diff)
downloadaur-be8ac36311aa39f0ba40ab176ef6acf1048022ec.tar.gz
Dracut initramfs module to start dropbear sshd during boot to enter LUKS passphrase remotely
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 687c98eb7b91..f9cbed2eda97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,8 +18,7 @@ md5sums=('SKIP')
pkgver() {
cd "$srcdir/$_pkgname"
- git describe --long --tags | sed -r
-'s/^v//;s/([^-]*-g)/r\1/;s/-/./g'
+ git describe --long --tags | sed -r 's/^v//;s/([^-]*-g)/r\1/;s/-/./g'
}
build() {