Skip to content

Commit

Permalink
fix: wrong build directory in SiteLang.pm symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Cervello authored Sep 23, 2021
2 parents b7fc005 + 67086c5 commit 8d7a37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ done
ln -sfT /opt/product-opener/po/${PRODUCT_OPENER_FLAVOR} /mnt/podata/po/site-specific

# Link SiteLang.pm
ln -sfT /opt/product-opener/lib/ProductOpener/SiteLang_${PRODUCT_OPENER_FLAVOR_SHORT}.pm $BUILD_DIR/lib/ProductOpener/SiteLang.pm
ln -sfT /opt/product-opener/lib/ProductOpener/SiteLang_${PRODUCT_OPENER_FLAVOR_SHORT}.pm /opt/product-opener/lib/ProductOpener/SiteLang.pm

# Link Config.pm and Config2.pm
ln -sfT /opt/product-opener/lib/ProductOpener/Config_${PRODUCT_OPENER_FLAVOR_SHORT}.pm /opt/product-opener/lib/ProductOpener/Config.pm
Expand Down

0 comments on commit 8d7a37b

Please sign in to comment.