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

Jan Steffens heftig at archlinux.org
Mon Jul 29 08:25:08 UTC 2019


    Date: Monday, July 29, 2019 @ 08:25:07
  Author: heftig
Revision: 494439

1.0.1-2: don't install stuff into /usr/etc

Modified:
  solaar/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-29 08:23:24 UTC (rev 494438)
+++ PKGBUILD	2019-07-29 08:25:07 UTC (rev 494439)
@@ -5,7 +5,7 @@
 _name=Solaar
 pkgname=solaar
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Linux device manager for a wide range of Logitech devices"
 url="https://pwr-solaar.github.io/Solaar/"
 license=('GPL2')
@@ -31,5 +31,7 @@
   # docs
   install -vDm 644 {ChangeLog,README.md} \
     -t "${pkgdir}/usr/share/doc/${pkgname}/"
+  # install fix
+  mv "${pkgdir}/usr/etc" "${pkgdir}/etc"
 }
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list