From: Diego Biurrun Date: Thu, 10 Jun 2010 16:58:04 +0000 (+0000) Subject: Apparently nowadays things should be installed in /boot/common on Haiku. X-Git-Tag: n0.8~4734 X-Git-Url: http://git.videolan.org/?p=ffmpeg.git;a=commitdiff_plain;h=63ae7e7ca88aec32eb5b0b60a152ef08527d2b52 Apparently nowadays things should be installed in /boot/common on Haiku. Originally committed as revision 23565 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/configure b/configure index 7d09342e32..a8c7cb13eb 100755 --- a/configure +++ b/configure @@ -2126,7 +2126,7 @@ enabled spic && enable pic # OS specific case $target_os in haiku) - prefix_default="$HOME/config" + prefix_default="/boot/common" enable audio_beos ;; sunos)