[syrthes/master] debian/rule: fix clean target
Gilles Filippini
gilles.filippini at free.fr
Fri Sep 11 10:28:41 UTC 2009
---
debian/rules | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/debian/rules b/debian/rules
index 3035109..c461389 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,7 @@ clean-patched:
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
- cd $(CURDIR)/bin; . ./syrthes.profile; #$(MAKE) clean
+ cd $(CURDIR)/bin && SYRTHES_HOME=$(CURDIR) $(MAKE) distclean
dh_clean
sed "s/@EXPLICIT_VERSION@/$(SCIENCE_EXPLICIT_VERSION)/;s/@VERSION@/$(NOREVISION_VERSION)/" debian/control.in > debian/control
--
1.5.6.5
More information about the debian-science-commits
mailing list