diff options
author | Stephane Glondu <steph@glondu.net> | 2008-07-27 23:17:09 +0200 |
---|---|---|
committer | Stephane Glondu <steph@glondu.net> | 2008-07-27 23:23:23 +0200 |
commit | 3c127d955b4fc013be0f49da4e6ff31d2fc9c3c7 (patch) | |
tree | 82d7f36ebaa89f28efa3752fdbca1a99a7ef0cdf /debian/rules | |
parent | 56f3368635e32e891701859d8345fb98b7da6fd7 (diff) |
Create bin/ in clean stage of rules
Git doesn't handle empty directories, so we create them here.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
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 |