void-packages/srcpkgs/gpsd/patches/hotplug.patch
2021-08-18 13:52:45 +02:00

11 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'
]