Show More
@@ -246,6 +246,13 b' let' | |||||
246 | # rhodecode-tools don't need wrapping |
|
246 | # rhodecode-tools don't need wrapping | |
247 | ln -s ${self.rhodecode-tools}/bin/rhodecode-* $out/bin/ |
|
247 | ln -s ${self.rhodecode-tools}/bin/rhodecode-* $out/bin/ | |
248 |
|
248 | |||
|
249 | # expose sources of CE | |||
|
250 | ln -s $out $out/etc/rhodecode_enterprise_ce_source | |||
|
251 | ||||
|
252 | # expose static files folder | |||
|
253 | cp -Rf $out/lib/${self.python.libPrefix}/site-packages/rhodecode/public/ $out/etc/static | |||
|
254 | chmod 755 -R $out/etc/static | |||
|
255 | ||||
249 | ''; |
|
256 | ''; | |
250 | }); |
|
257 | }); | |
251 |
|
258 |
General Comments 0
You need to be logged in to leave comments.
Login now