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>
(cherry picked from commit 94636d39ca)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Scott Fan 2024-03-24 00:01:19 +08:00 committed by Peter Korsgaard
parent a7b1d7d2b4
commit 192d6bc5b2

View File

@ -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