12 lines
337 B
Diff
12 lines
337 B
Diff
--- a/SConscript
|
|
+++ b/SConscript
|
|
@@ -3060,7 +3060,7 @@
|
|
hotplug_wrapper_install = []
|
|
else:
|
|
hotplug_wrapper_install = [
|
|
- 'cp $SRCDIR/gpsd.hotplug ' + DESTDIR + env['udevdir'],
|
|
+ 'cp $SRCDIR/../gpsd.hotplug ' + DESTDIR + env['udevdir'],
|
|
'chmod a+x ' + DESTDIR + env['udevdir'] + '/gpsd.hotplug'
|
|
]
|
|
|