diff options
author | Tharre <tharre3@gmail.com> | 2014-11-11 14:45:56 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2014-11-11 22:06:54 +0100 |
commit | 19cba89127381d9dc06d1e823b123231496e9a3d (patch) | |
tree | 41512611f8fba3cde9cdb2f098156b4074ea9d17 /Redofile | |
parent | 56f3fa373a76842275b199c9ce14fd8e626bd909 (diff) | |
download | redo-19cba89127381d9dc06d1e823b123231496e9a3d.tar.gz redo-19cba89127381d9dc06d1e823b123231496e9a3d.tar.xz redo-19cba89127381d9dc06d1e823b123231496e9a3d.zip |
Fix indentation
Diffstat (limited to 'Redofile')
-rw-r--r-- | Redofile | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -8,19 +8,19 @@ export VERSION="pre-0.01" DESTDIR=${DESTDIR-/usr/bin} if [ "$1" = "all" ]; then - redo-ifchange $OUTDIR/redo $OUTDIR/redo-ifchange $OUTDIR/redo-ifcreate \ - $OUTDIR/redo-always + redo-ifchange $OUTDIR/redo $OUTDIR/redo-ifchange $OUTDIR/redo-ifcreate \ + $OUTDIR/redo-always elif [ "$1" = "clean" ]; then - rm -rf $OUTDIR/*.tmp $OUTDIR/*.o $OUTDIR/redo $OUTDIR/redo-ifchange \ - $OUTDIR/redo-ifcreate $OUTDIR/redo-always $OUTDIR/CC - # autoconf stuff - rm -rf autom4te.cache config.h.in configure config.status config.log config.h + rm -rf $OUTDIR/*.tmp $OUTDIR/*.o $OUTDIR/redo $OUTDIR/redo-ifchange \ + $OUTDIR/redo-ifcreate $OUTDIR/redo-always $OUTDIR/CC + # autoconf stuff + rm -rf autom4te.cache config.h.in configure config.status config.log config.h elif [ "$1" = "install" ]; then - redo-ifchange all - mkdir -p $DESTDIR - install $OUTDIR/redo $DESTDIR - install $OUTDIR/redo-ifchange $DESTDIR - install $OUTDIR/redo-ifcreate $DESTDIR - install $OUTDIR/redo-always $DESTDIR - echo "Finished installing." + redo-ifchange all + mkdir -p $DESTDIR + install $OUTDIR/redo $DESTDIR + install $OUTDIR/redo-ifchange $DESTDIR + install $OUTDIR/redo-ifcreate $DESTDIR + install $OUTDIR/redo-always $DESTDIR + echo "Finished installing." fi |