Fixed a bug in build.sh. Find was operating on the wrong path.
This commit is contained in:
		| @@ -213,7 +213,7 @@ git clone -b $(git branch | grep \* | cut -f2 -d \ ) --recurse-submodules https: | |||||||
|  # Copy in the files. |  # Copy in the files. | ||||||
| cp -Rv /tmp/stormux/files/files/* "${workdir}/root/" |& log | cp -Rv /tmp/stormux/files/files/* "${workdir}/root/" |& log | ||||||
| # Generate translations: | # Generate translations: | ||||||
| find /tmp/stormux/locales -type f -iname '*.po' -exec bash -c ' | find /tmp/stormux/files/locales -type f -iname '*.po' -exec bash -c ' | ||||||
|     for i ; do |     for i ; do | ||||||
|         # i is in file, o is outfile. |         # i is in file, o is outfile. | ||||||
|         language="$(grep "^\"Language: .*\\n" "${i}" | cut -d " " -f2 | cut -d "\\" -f1)" |         language="$(grep "^\"Language: .*\\n" "${i}" | cut -d " " -f2 | cut -d "\\" -f1)" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user