diff options
author | Julien Cristau <jcristau@debian.org> | 2008-05-23 11:12:20 +0200 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2008-05-23 11:12:20 +0200 |
commit | 9d66b3441b36e5a47ffc288ba21f2fd929e869d0 (patch) | |
tree | 2fbc4085283498037e467627529fa6c70099e19b | |
parent | c87ea43906787791a87a659c0a9d6312945ffb32 (diff) | |
download | xutils-dev-9d66b3441b36e5a47ffc288ba21f2fd929e869d0.tar.gz |
Remove the .pc directory properly
-rwxr-xr-x | debian/xsfbs/xsfbs.mk | 2 |
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 \ |