]> git.sesse.net Git - casparcg/commitdiff
Fixed copy-paste error
authorHelge Norberg <helge.norberg@svt.se>
Fri, 19 Aug 2016 12:53:46 +0000 (14:53 +0200)
committerHelge Norberg <helge.norberg@svt.se>
Fri, 19 Aug 2016 12:53:46 +0000 (14:53 +0200)
build-scripts/build-linux.sh

index 0ee553c1a6186b310c208154d7084e782fcc3753..338d9780a0504fb2f8c29063460a95ec2521c51a 100755 (executable)
@@ -44,10 +44,10 @@ mkdir "$SERVER_FOLDER/lib" || fail "Could not create $SERVER_FOLDER/lib"
 echo Copying binaries...
 cp -f  shell/lib* "$SERVER_FOLDER/lib/" || fail "Could not copy server libraries"
 cp -f  shell/*.ttf "$SERVER_FOLDER/" || fail "Could not copy font(s)"
-cp -f  shell/*.pak "$SERVER_FOLDER/" || fail "Could not copy font(s)"
 cp -f  shell/casparcg "$SERVER_FOLDER/bin/" || fail "Could not copy server executable"
 cp -f  shell/casparcg.config "$SERVER_FOLDER/" || fail "Could not copy server config"
 cp -Rf shell/locales "$SERVER_FOLDER/bin/" || fail "Could not copy server CEF locales"
+cp -f  shell/*.pak "$SERVER_FOLDER/" || fail "Could not copy CEF resources"
 
 # Copy binary dependencies
 echo Copying binary dependencies...