We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119145c commit 25a8db9Copy full SHA for 25a8db9
build-scripts/ubuntu-2204/prepare-package.sh
@@ -34,7 +34,8 @@ if [ "$distro_packages" = "debian-packages" ]; then
34
sed -i "s~distro~python3-distro~" setup.py
35
sed -i "s~indicio-indy-plenum~indy-plenum~" setup.py
36
sed -i "s~importlib-metadata=~python3-importlib-metadata=~" setup.py
37
-
+ sed -i "s/-rc/~rc/" setup.py
38
+
39
echo "Preparing config files"
40
GENERAL_CONFIG_DIR="\/etc\/indy"
41
REPO_GENERAL_CONFIG_DIR="indy_node/general_config"
0 commit comments