fix cleaning of the package
authorMartin Janitschke <noeoeh@web.de>
Thu, 12 Jul 2007 09:23:27 +0000 (09:23 +0000)
committerMartin Janitschke <noeoeh@web.de>
Thu, 12 Jul 2007 09:23:27 +0000 (09:23 +0000)
SVN-Revision: 7932

utils/apr-util/Makefile

index 69084e9c633c9495ce97da606c5a3b91d0cbaf41..3b76aea5ff911eb0870517004fdf8ceac85acf3f 100644 (file)
@@ -70,9 +70,9 @@ define Build/InstallDev
 endef
 
 define Build/UninstallDev
-       rm      $(STAGING_DIR)/usr/bin/apu-1-config \
-               $(STAGING_DIR)/usr/lib/{*aprutil-1*,aprutil.exp}
-       rm -rf  $(STAGING_DIR)/usr/include/apr-1
+       rm -rf  $(STAGING_DIR)/usr/bin/apu-1-config \
+               $(STAGING_DIR)/usr/lib/{*aprutil-1*,aprutil.exp} \
+               $(STAGING_DIR)/usr/include/apr-1
 endef
 
 define Package/apr-util/install