Skip to content

Commit

Permalink
Merge pull request #13 from Tahi-project/bugs/fix-builds-final-copy
Browse files Browse the repository at this point in the history
fix cp command: option must be first
  • Loading branch information
moesjarraf authored Mar 23, 2017
2 parents 23e3e9f + 29836d6 commit 7f42efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ cat viewer-overwrites.css >> viewer.css;

sed -r 's/url\((")?images\//url\(\1@pdfjsImagePath\//g' < viewer.css > viewer.less

cp "$source/web/cmaps/" "$source/web/images/" "$source/web/locale/" . -a
cp -a "$source/web/cmaps/" "$source/web/images/" "$source/web/locale/" .

0 comments on commit 7f42efc

Please sign in to comment.