diff options
Diffstat (limited to 'mandos/PKGBUILD')
-rw-r--r-- | mandos/PKGBUILD | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/mandos/PKGBUILD b/mandos/PKGBUILD index ae555553f..927c770b2 100644 --- a/mandos/PKGBUILD +++ b/mandos/PKGBUILD @@ -4,15 +4,17 @@ pkgbase='mandos' pkgname=('mandos-server' 'mandos-client-nokey') pkgdesc='system for allowing servers with encrypted root file systems to reboot unattended and/or remotely' pkgver='1.8.17' -pkgrel=1 +pkgrel=2 url='https://www.recompile.se/mandos' license=('GPL') source=("https://ftp.recompile.se/pub/${pkgbase}/${pkgbase}_${pkgver}.orig.tar.gz" - "https://ftp.recompile.se/pub/${pkgbase}/${pkgbase}_${pkgver}.orig.tar.gz.asc") + "https://ftp.recompile.se/pub/${pkgbase}/${pkgbase}_${pkgver}.orig.tar.gz.asc" + Makefile.patch) sha512sums=('0059593ab6b92b5178bbbf0be5d6852ec93393ed39032b05bc54c20c698a9e000c1db6c5069fad40f4d173f5b9d397503ca0077446ef460571138fac0f33f5ea' - 'SKIP') + 'SKIP' + '6561dfcd1c7ecc593b5d387796b01507fea7c1eb737196b880ac90c3ee561d4c7a803e2b21dc16d4c617ae116a7817465d99fa466398f53e4d7508ef8354110f') validpgpkeys=('153A37F10BBA0435987F2C4A72232973CA34C2C4') @@ -21,6 +23,7 @@ makedepends=(docbook-xsl libnl man-db) prepare() { cd "$srcdir/$pkgbase-$pkgver" + patch -p1 -i "$srcdir/Makefile.patch" sed -i ' /docbook\.xsl/ s@/stylesheet/nwalsh/@/'"$( ls /usr/share/xml/docbook/ \ @@ -40,7 +43,7 @@ build() { _package() { cd "$srcdir/$pkgbase-$pkgver" - make install-$1 DESTDIR="$pkgdir" + make install-$1 DESTDIR="$pkgdir" BINDIR="$pkgdir/usr/bin" } package_mandos-server() { |