[arch-commits] Commit in systemd-swap/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Wed Apr 27 05:21:18 UTC 2016


    Date: Wednesday, April 27, 2016 @ 07:21:18
  Author: fyan
Revision: 171993

upgpkg: systemd-swap 2.26-1

Modified:
  systemd-swap/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 05:18:07 UTC (rev 171992)
+++ PKGBUILD	2016-04-27 05:21:18 UTC (rev 171993)
@@ -3,7 +3,7 @@
 # Contributor: Timofey Titovets <Nefelim4ag at gmail.com>
 
 pkgname=systemd-swap
-pkgver=2.25.2
+pkgver=2.26
 pkgrel=1
 pkgdesc="Script for creating hybrid swap space from zram swaps, swap files and swap partitions."
 arch=('any')
@@ -22,4 +22,7 @@
   install -Dm644 "$srcdir"/$pkgname/systemd-swap.service "$pkgdir"/usr/lib/systemd/system/systemd-swap.service
   install -Dm755 "$srcdir"/$pkgname/systemd-swap.sh      "$pkgdir"/usr/lib/systemd/scripts/systemd-swap.sh
   install -Dm644 "$srcdir"/$pkgname/systemd-swap.conf    "$pkgdir"/etc/systemd-swap.conf
+
+  install -dm755 "$pkgdir"/etc/systemd
+  ln -svf "../systemd-swap.conf"                         "$pkgdir"/etc/systemd/swap.conf
 }



More information about the arch-commits mailing list