From 5abbd96a58cc324167e5161d53f0add4dc45aa68 Mon Sep 17 00:00:00 2001 From: waker Date: Mon, 30 Apr 2012 21:22:39 +0200 Subject: x86_64 static build support --- scripts/static_install.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts/static_install.sh (limited to 'scripts/static_install.sh') diff --git a/scripts/static_install.sh b/scripts/static_install.sh new file mode 100755 index 00000000..9de33357 --- /dev/null +++ b/scripts/static_install.sh @@ -0,0 +1,3 @@ +#!/bin/sh +VERSION=`cat PORTABLE_VERSION | perl -ne 'chomp and print'` +DESTDIR=`pwd`/static/deadbeef-$VERSION make install -- cgit v1.2.3