[arch-commits] Commit in gpsd/trunk (PKGBUILD)
    Antonio Rojas 
    arojas at archlinux.org
       
    Sat Sep 15 08:31:48 UTC 2018
    
    
  
    Date: Saturday, September 15, 2018 @ 08:31:47
  Author: arojas
Revision: 381367
Fix config file location in service file (FS#60064)
Modified:
  gpsd/trunk/PKGBUILD
----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-15 08:31:11 UTC (rev 381366)
+++ PKGBUILD	2018-09-15 08:31:47 UTC (rev 381367)
@@ -5,7 +5,7 @@
 
 pkgname=gpsd
 pkgver=3.17
-pkgrel=2
+pkgrel=3
 pkgdesc="GPS daemon and library to support USB/serial GPS devices"
 arch=('x86_64')
 url="http://catb.org/gpsd/"
@@ -53,7 +53,6 @@
 
   install -Dm644 "gpsd.rules" "$pkgdir/usr/lib/udev/rules.d/25-gpsd-usb.rules"
 
-  sed -e 's|/etc/default/gpsd|/etc/gpsd|' -i gpsd.hotplug -i systemd/*.service
   install -Dm755 gpsd.hotplug "$pkgdir/usr/lib/udev/gpsd.hotplug"
 
   install -Dm644 packaging/X11/xgps.desktop \
    
    
More information about the arch-commits
mailing list