Răsfoiți Sursa

gpsd: fix scons path

Waldemar Brodkorb 3 luni în urmă
părinte
comite
dcaf2fb784
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      package/gpsd/Makefile

+ 1 - 1
package/gpsd/Makefile

@@ -31,7 +31,7 @@ INSTALL_STYLE:=		manual
 
 
 do-install:
 do-install:
 	(cd $(WRKBUILD); env PATH='$(TARGET_PATH)' CCFLAGS='' DESTDIR='$(WRKINST)' \
 	(cd $(WRKBUILD); env PATH='$(TARGET_PATH)' CCFLAGS='' DESTDIR='$(WRKINST)' \
-		$(STAGING_HOST_DIR)/usr/bin/python3 $(STAGING_HOST_DIR)/usr/bin/scons install prefix=/usr platform=linux python=no chrpath=no bluez=no usb=no libgpsmm=no)
+		$(STAGING_HOST_DIR)/usr/bin/python3 $(STAGING_HOST_DIR)/usr/local/bin/scons install prefix=/usr platform=linux python=no chrpath=no bluez=no usb=no libgpsmm=no)
 
 
 gpsd-install:
 gpsd-install:
 	${INSTALL_DIR} ${IDIR_GPSD}/usr/lib ${IDIR_GPSD}/usr/sbin
 	${INSTALL_DIR} ${IDIR_GPSD}/usr/lib ${IDIR_GPSD}/usr/sbin