Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ryuotesting5.git;a=commitdiff;h=99045d2afa048cde1e3bdf6131c38de8962dc63d
commit 99045d2afa048cde1e3bdf6131c38de8962dc63d Author: James Buren <[email protected]> Date: Sat Jul 21 01:36:48 2012 -0500 gpsd-2.96bis-5-x86_64 * remove /var/run (already handled by tmpfiles.d config) diff --git a/source/xlib-extra/gpsd/FrugalBuild b/source/xlib-extra/gpsd/FrugalBuild index 595342c..343fd07 100644 --- a/source/xlib-extra/gpsd/FrugalBuild +++ b/source/xlib-extra/gpsd/FrugalBuild @@ -3,7 +3,7 @@ pkgname=gpsd pkgver=2.96bis -pkgrel=4 +pkgrel=5 pkgdesc="GPS daemon and library to support USB/serial GPS devices" archs=('i686' 'x86_64') groups=('xlib-extra') @@ -29,6 +29,8 @@ build() { mkdir -p $Fdestdir/var/run/gpsd Ffile /etc/sysconfig/gpsd Frcd2 gpsd + # remove /var/run for new systemd + Frm /var/run # systemd tmpfiles Fmkdir /etc/tmpfiles.d cat > $Fdestdir/etc/tmpfiles.d/gpsd.conf << EOF _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
