Nuke older build dir.
authorgb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>
Thu, 13 May 2010 07:19:46 +0000 (07:19 +0000)
committerGwenole Beauchesne <gbeauchesne@splitted-desktop.com>
Mon, 20 Sep 2010 10:55:46 +0000 (12:55 +0200)
Makefile.am

index 578a41b..7b35b58 100644 (file)
@@ -16,6 +16,7 @@ deb:
 deb.upstream: dist
        -mkdir -p $(DEB_BUILDDIR)
        cd $(DEB_BUILDDIR)                              && \
+       rm -rf $(PACKAGE)-$(VERSION)                    && \
        tar zxvf ../$(PACKAGE)-$(VERSION).tar.gz        && \
        cd $(PACKAGE)-$(VERSION)                        && \
        $(LN_S) debian.upstream debian                  && \