Skip to content

Commit ff61857

Browse files
committed
[libshairport] - fix typo in libshairport Makefile for linux - thx Baviaan
1 parent 2dd81fe commit ff61857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/libshairport/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE)
4545
cd $(SOURCE); patch -p0 < ../007_fix_syslog_defines.patch
4646
cd $(SOURCE); patch -p0 < ../008-add-missing-libs.patch
4747
cd $(SOURCE); patch -p0 < ../009_fix_ipv6.patch
48-
cd $(SOURCE); patch -p0 < ../010_handle_metadata.patch
48+
cd $(SOURCE); patch -p0 < ../010_handle_metadata.patch
4949
cd $(SOURCE); autoreconf -vif
5050
cd $(SOURCE); $(CONFIGURE)
5151

0 commit comments

Comments
 (0)