respondd-module-airtime: install to /usr/lib/respondd instead of /lib/respondd

This commit is contained in:
Matthias Schiffer 2016-12-22 23:42:00 +01:00
parent e8cc8eeee6
commit d94f0f5956
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ endef
define Package/respondd-module-airtime/install
$(INSTALL_DIR) $(1)/lib/respondd
$(CP) $(PKG_BUILD_DIR)/respondd.so $(1)/lib/respondd/airtime.so
$(INSTALL_DIR) $(1)/usr/lib/respondd
$(CP) $(PKG_BUILD_DIR)/respondd.so $(1)/usr/lib/respondd/airtime.so
endef
$(eval $(call BuildPackage,respondd-module-airtime))