diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-11-06 11:04:49 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-11-06 11:04:49 -0200 |
commit | 2fe5868931634968c6387e626baeb27075ecfc77 (patch) | |
tree | 40401f487b687d92235aa24e391ef2a96ca1c40a /bin/debian-build | |
parent | 8748f432cdb01090767001523496f096345a492b (diff) | |
download | debian-2fe5868931634968c6387e626baeb27075ecfc77.tar.gz debian-2fe5868931634968c6387e626baeb27075ecfc77.tar.bz2 |
Fix file extensions
Diffstat (limited to 'bin/debian-build')
-rwxr-xr-x | bin/debian-build | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/debian-build b/bin/debian-build new file mode 100755 index 0000000..529d81a --- /dev/null +++ b/bin/debian-build @@ -0,0 +1,8 @@ +#!/bin/bash +# +# Simpler debian builder. +# + +# Placeholder +echo "TODO" +exit 1 |