From 11a0c12f4f9da6e8e8e90f097ba4c0eb57680eee Mon Sep 17 00:00:00 2001 From: Martin Janitschke Date: Thu, 12 Jul 2007 10:51:31 +0000 Subject: [PATCH] fixed another UninstallDev part SVN-Revision: 7939 --- libs/neon/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/neon/Makefile b/libs/neon/Makefile index 611fe89dc..a8150eeb6 100644 --- a/libs/neon/Makefile +++ b/libs/neon/Makefile @@ -66,10 +66,10 @@ define Build/InstallDev endef define Build/UninstallDev - rm $(STAGING_DIR)/usr/bin/neon-config \ + rm -rf $(STAGING_DIR)/usr/bin/neon-config \ $(STAGING_DIR)/usr/lib/{libneon.a,libneon.la,libneon.so,libneon.so.26,libneon.so.26.0.3} \ - $(STAGING_DIR)/usr/lib/pkgconfig/neon.pc - rm -rf $(STAGING_DIR)/usr/include/neon + $(STAGING_DIR)/usr/lib/pkgconfig/neon.pc \ + $(STAGING_DIR)/usr/include/neon endef define Package/neon/install -- 2.30.2