From fc8780e22af93ff96c9a2c3a94d888109bd3f605 Mon Sep 17 00:00:00 2001 From: mb Date: Thu, 19 Aug 2010 11:22:57 +0000 Subject: [PATCH] gpsd: Install all libraries git-svn-id: svn://svn.openwrt.org/openwrt/packages@22713 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/gpsd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/gpsd/Makefile b/net/gpsd/Makefile index 3409ef901..10015e147 100644 --- a/net/gpsd/Makefile +++ b/net/gpsd/Makefile @@ -47,7 +47,7 @@ define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include $(CP) $(PKG_INSTALL_DIR)/usr/include/gps.h $(1)/usr/include/ $(INSTALL_DIR) $(1)/usr/lib - $(CP) $(PKG_INSTALL_DIR)/usr/lib/libgps.{a,so*} $(1)/usr/lib/ + $(CP) $(PKG_INSTALL_DIR)/usr/lib/libgps*.{a,so*} $(1)/usr/lib/ endef define Package/gpsd/install @@ -58,7 +58,7 @@ define Package/gpsd/install $(INSTALL_DIR) $(1)/etc/hotplug.d/usb $(INSTALL_DATA) ./files/gpsd.hotplug $(1)/etc/hotplug.d/usb/20-gpsd $(INSTALL_DIR) $(1)/usr/lib - $(CP) $(PKG_INSTALL_DIR)/usr/lib/libgps.so.* $(1)/usr/lib/ + $(CP) $(PKG_INSTALL_DIR)/usr/lib/libgps*.so* $(1)/usr/lib/ $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/gpsd $(1)/usr/sbin/ endef -- 2.11.0