diff options
Diffstat (limited to 'openwrt/package/matrixssl/Makefile')
-rw-r--r-- | openwrt/package/matrixssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/matrixssl/Makefile b/openwrt/package/matrixssl/Makefile index 4775c121e7..2352742b9a 100644 --- a/openwrt/package/matrixssl/Makefile +++ b/openwrt/package/matrixssl/Makefile @@ -52,5 +52,5 @@ install: $(PKG_ZLIB) $(IPKG_STATE_DIR)/info/libmatrixssl.list clean: rm -rf $(PKG_BUILD_DIR) rm -f $(STAGING_DIR)/lib/libmatrixssl* $(STAGING_DIR)/include/matrixssl* - rm -f $(PACKAGE_DIR)/matrixssl\*.ipk + rm -f $(PKG_IPK) |