From 3c127d955b4fc013be0f49da4e6ff31d2fc9c3c7 Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Sun, 27 Jul 2008 23:17:09 +0200 Subject: Create bin/ in clean stage of rules Git doesn't handle empty directories, so we create them here. --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 22cd9dc0..8ae84589 100755 --- a/debian/rules +++ b/debian/rules @@ -67,6 +67,8 @@ clean: unpatch rm -f dev/ocamldebug-v7 rm -f ide/undo.mli glob.dump rm -f test-suite/modules/*.vo + # git doesn't handle empty directories, so we create them here + -mkdir bin dh_clean -- cgit v1.2.3