Show More
@@ -187,14 +187,17 b' let' | |||
|
187 | 187 | |
|
188 | 188 | postInstall = '' |
|
189 | 189 | # check required files |
|
190 | if [ ! -f rhodecode/public/js/scripts.js ]; then | |
|
191 | echo "Missing scripts.js" | |
|
190 | STATIC_CHECK="/robots.txt /502.html | |
|
191 | /js/scripts.js /js/rhodecode-components.js | |
|
192 | /css/style.css /css/style-polymer.css" | |
|
193 | ||
|
194 | for file in $STATIC_CHECK; | |
|
195 | do | |
|
196 | if [ ! -f rhodecode/public/$file ]; then | |
|
197 | echo "Missing $file" | |
|
192 | 198 | exit 1 |
|
193 | 199 | fi |
|
194 | if [ ! -f rhodecode/public/css/style.css ]; then | |
|
195 | echo "Missing style.css" | |
|
196 | exit 1 | |
|
197 | fi | |
|
200 | done | |
|
198 | 201 | |
|
199 | 202 | echo "Writing enterprise-ce meta information for rccontrol to nix-support/rccontrol" |
|
200 | 203 | mkdir -p $out/nix-support/rccontrol |
General Comments 0
You need to be logged in to leave comments.
Login now