/build/gen-release.sh

http://bdremote-ng.googlecode.com/ · Shell · 12 lines · 7 code · 4 blank · 1 comment · 7 complexity · 0709b3f3bcd1acd71337d3351f0be494 MD5 · raw file

  1. #!/bin/sh
  2. VER="0.5"
  3. D=`pwd`
  4. rm -fr linux-install
  5. mkdir -p linux-install
  6. ./gen.sh && echo "Generated build files .." && \
  7. cd linux && make install DESTDIR="$D/linux-install" && echo "Installed source." && \
  8. cd .. && mv linux-install bdremote-ng-$VER && tar cvjf bdremote-ng-$VER.tar.bz2 bdremote-ng-$VER