diff options
author | Memphiz <memphis@machzwo.de> | 2012-06-02 12:11:32 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2012-06-02 12:11:32 +0200 |
commit | ff618579b46c5b12f4b849ccb5b4d8be3a67683d (patch) | |
tree | f00425488a25e7271b4be7ecf85d804d97baadff /lib/libshairport | |
parent | 2dd81fe3954db94ac86d8935c80da623bfac7842 (diff) |
[libshairport] - fix typo in libshairport Makefile for linux - thx Baviaan
Diffstat (limited to 'lib/libshairport')
-rw-r--r-- | lib/libshairport/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libshairport/Makefile b/lib/libshairport/Makefile index 1a16fa6806..69a27ddae0 100644 --- a/lib/libshairport/Makefile +++ b/lib/libshairport/Makefile @@ -45,7 +45,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); patch -p0 < ../007_fix_syslog_defines.patch cd $(SOURCE); patch -p0 < ../008-add-missing-libs.patch cd $(SOURCE); patch -p0 < ../009_fix_ipv6.patch - cd $(SOURCE); patch -p0 < ../010_handle_metadata.patch + cd $(SOURCE); patch -p0 < ../010_handle_metadata.patch cd $(SOURCE); autoreconf -vif cd $(SOURCE); $(CONFIGURE) |