summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2008-05-23 11:12:20 +0200
committerJulien Cristau <jcristau@debian.org>2008-05-23 11:12:20 +0200
commit9d66b3441b36e5a47ffc288ba21f2fd929e869d0 (patch)
tree2fbc4085283498037e467627529fa6c70099e19b
parentc87ea43906787791a87a659c0a9d6312945ffb32 (diff)
downloadxutils-dev-9d66b3441b36e5a47ffc288ba21f2fd929e869d0.tar.gz
Remove the .pc directory properly
-rwxr-xr-xdebian/xsfbs/xsfbs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk
index 6582a42..c11923f 100755
--- a/debian/xsfbs/xsfbs.mk
+++ b/debian/xsfbs/xsfbs.mk
@@ -192,7 +192,7 @@ cleanscripts:
.PHONY: xsfclean
xsfclean: cleanscripts unpatch
dh_testdir
- rm -f .pc patches
+ rm -rf .pc patches
rm -rf $(STAMP_DIR) $(SOURCE_DIR)
rm -rf imports
dh_clean debian/shlibs.local \