aur/openswan to 2.6.42-3

This commit is contained in:
Kevin Mihelich 2015-01-08 02:45:42 +00:00
parent 0b18889b10
commit 0514049a34

View file

@ -2,7 +2,7 @@
# Maintainer: xjpvictor Huang <ke [AT] xjpvictor [DOT] info>
pkgname=openswan
pkgver=2.6.42
pkgrel=2
pkgrel=3
pkgdesc="Open Source implementation of IPsec for the Linux operating system"
url="http://www.openswan.org"
license=('GPL' 'custom')
@ -40,7 +40,9 @@ package() {
make DESTDIR="${pkgdir}" install
# Change permissions in /var
chmod 700 $pkgdir/var/run/pluto
mv $pkgdir/var/run $pkgdir/
rm -r $pkgdir/var
chmod 700 $pkgdir/run/pluto
# Copy License
install -Dm644 LICENSE $pkgdir/usr/share/licenses/openswan/LICENSE