mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/owfs: add missing slash after the OWFS_PKGDIR variable
Signed-off-by: Scott Fan <fancp2007@gmail.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
012b6cc874
commit
94636d39ca
@@ -28,7 +28,7 @@ OWFS_CONF_OPTS += \
|
||||
--with-fuseinclude=$(STAGING_DIR)/usr/include \
|
||||
--with-fuselib=$(STAGING_DIR)/usr/lib
|
||||
define OWFS_INSTALL_FUSE_INIT_SYSV
|
||||
$(INSTALL) -D -m 0755 $(OWFS_PKGDIR)S60owfs \
|
||||
$(INSTALL) -D -m 0755 $(OWFS_PKGDIR)/S60owfs \
|
||||
$(TARGET_DIR)/etc/init.d/S60owfs
|
||||
endef
|
||||
define OWFS_CREATE_MOUNTPOINT
|
||||
@@ -78,7 +78,7 @@ endif
|
||||
OWFS_MAKE = $(MAKE) $(OWFS_EXTRA_MAKE_OPTS)
|
||||
|
||||
define OWFS_INSTALL_INIT_SYSV
|
||||
$(INSTALL) -D -m 0755 $(OWFS_PKGDIR)S55owserver \
|
||||
$(INSTALL) -D -m 0755 $(OWFS_PKGDIR)/S55owserver \
|
||||
$(TARGET_DIR)/etc/init.d/S55owserver
|
||||
$(OWFS_INSTALL_FUSE_INIT_SYSV)
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user