]> git.pld-linux.org Git - packages/gpsd.git/blame - gpsd-destdir.patch
- release 4 (by relup.sh)
[packages/gpsd.git] / gpsd-destdir.patch
CommitLineData
b7bddaef
JB
1--- gpsd-3.10/SConstruct.orig 2013-11-24 16:55:54.099218887 +0100
2+++ gpsd-3.10/SConstruct 2013-11-24 17:05:01.072529266 +0100
3@@ -1789,10 +1789,10 @@
4 # is plugged in.
5
6 Utility('udev-install', 'install', [
7- 'mkdir -p ' + env['udevdir'],
8- 'cp $SRCDIR/gpsd.rules ' + env['udevdir'] + '/rules.d/25-gpsd.rules',
9- 'cp $SRCDIR/gpsd.hotplug ' + env['udevdir'],
10- 'chmod a+x ' + env['udevdir'] + '/gpsd.hotplug',
11+ 'mkdir -p ' + DESTDIR + env['udevdir'] + '/rules.d',
12+ 'cp $SRCDIR/gpsd.rules ' + DESTDIR + env['udevdir'] + '/rules.d/25-gpsd.rules',
13+ 'cp $SRCDIR/gpsd.hotplug ' + DESTDIR + env['udevdir'],
14+ 'chmod a+x ' + DESTDIR + env['udevdir'] + '/gpsd.hotplug',
15 ])
16
17 Utility('udev-uninstall', '', [
This page took 0.069574 seconds and 4 git commands to generate.