diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-06 14:35:58 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-06 14:35:58 +0000 |
commit | 33e56e2cdd42dd0377efb372001474fc21fa759b (patch) | |
tree | c4ff0146d31cc37ea1a7f800c639d7182e6d8714 /openwrt/package/matrixssl | |
parent | db540460f8324f349a2bc044ee0350a8be99cb4f (diff) |
Remove packages when cleaning
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@319 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/matrixssl')
-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) |