X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/6db7ad74f61eeaae0c8ecb08d483599d9d80c53f..65b632d2411294f26835fbc22407592b9f19c39c:/package/nvram/Makefile?ds=sidebyside diff --git a/package/nvram/Makefile b/package/nvram/Makefile index cc1371ec6..6020bfc05 100644 --- a/package/nvram/Makefile +++ b/package/nvram/Makefile @@ -30,12 +30,8 @@ define Build/Prepare endef define Build/InstallDev - mkdir -p $(STAGING_DIR)/usr/lib - $(CP) $(PKG_BUILD_DIR)/lib{nvram,shared}*.so $(STAGING_DIR)/usr/lib/ -endef - -define Build/UninstallDev - rm -f $(STAGING_DIR)/usr/lib/lib{nvram,shared}*.so + mkdir -p $(1)/usr/lib + $(CP) $(PKG_BUILD_DIR)/lib{nvram,shared}*.so $(1)/usr/lib/ endef define Package/nvram/install