summaryrefslogtreecommitdiff
path: root/scripts/static_install.sh
blob: d22959613fee9ce8cea889bea3e37c041b5179b3 (plain)
1
2
3
4
#!/bin/sh
VERSION=`cat PORTABLE_VERSION | perl -ne 'chomp and print'`
ARCH=`uname -m | perl -ne 'chomp and print'`
DESTDIR=`pwd`/static/$ARCH/deadbeef-$VERSION make install