/build/gen-release.sh
http://bdremote-ng.googlecode.com/ · Shell · 12 lines · 7 code · 4 blank · 1 comment · 7 complexity · 0709b3f3bcd1acd71337d3351f0be494 MD5 · raw file
- #!/bin/sh
- VER="0.5"
- D=`pwd`
- rm -fr linux-install
- mkdir -p linux-install
- ./gen.sh && echo "Generated build files .." && \
- cd linux && make install DESTDIR="$D/linux-install" && echo "Installed source." && \
- cd .. && mv linux-install bdremote-ng-$VER && tar cvjf bdremote-ng-$VER.tar.bz2 bdremote-ng-$VER