Skip to content

Commit 500e0ea

Browse files
committed
Fix incorrect path
An incorrect path slipped through
1 parent 0794118 commit 500e0ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ prepare() {
133133
svn export --force "${srcdir}/libcxx" projects/libcxx
134134
svn export --force "${srcdir}/libcxxabi" projects/libcxxabi
135135

136-
sed -i 's/CREDITS.TXT/CREDITS/' llvm/projects/libcxx/LICENSE.TXT
137-
sed -i 's/CREDITS.TXT/CREDITS/' llvm/projects/libcxxabi/LICENSE.TXT
136+
sed -i 's/CREDITS.TXT/CREDITS/' projects/libcxx/LICENSE.TXT
137+
sed -i 's/CREDITS.TXT/CREDITS/' projects/libcxxabi/LICENSE.TXT
138138

139139
mkdir -p "${srcdir}/build"
140140
}

0 commit comments

Comments
 (0)