Browse Source

libudev-zero: fix installation of so files.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
lilik-openwrt-22.03
Martin Schiller 4 years ago
parent
commit
41c2103621
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libs/libudev-zero/Makefile

+ 2
- 2
libs/libudev-zero/Makefile View File

@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libudev-zero
PKG_VERSION:=0.4.5
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/illiliti/libudev-zero/tar.gz/$(PKG_VERSION)?
@ -45,7 +45,7 @@ endef
define Package/libudev-zero/install
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libudev.so.* $(1)/usr/lib/
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libudev.so* $(1)/usr/lib/
endef
$(eval $(call BuildPackage,libudev-zero))

Loading…
Cancel
Save