Skip to content

Commit

Permalink
Fix the hardcoded /usr/local path in the debug ffado-diag, diagnostic…
Browse files Browse the repository at this point in the history
… script
  • Loading branch information
cillianderoiste committed Jul 15, 2012
1 parent dc5ba23 commit 039b709
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/os-specific/linux/ffado/default.nix
Expand Up @@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
scons PREFIX=$out LIBDIR=$out/lib SHAREDIR=$out/share/libffado \
PYPKGDIR=$out/$PYLIBSUFFIX install
sed -e "s#/usr/local#$out#g" -i $out/bin/ffado-diag
PYDIR=$out/$PYLIBSUFFIX
wrapProgram $out/bin/ffado-mixer --prefix PYTHONPATH : \
$PYTHONPATH:$PYDIR:${pyqt4}/$LIBSUFFIX:${pythonDBus}/$LIBSUFFIX:
Expand Down

0 comments on commit 039b709

Please sign in to comment.