Browse Source

attempt to force curl build

Nathaniel van Diepen 9 years ago
parent
commit
18d6f24c13
2 changed files with 2 additions and 1 deletions
  1. 1 1
      data/opt/unrealircd/config.settings
  2. 1 0
      install.sh

+ 1 - 1
data/opt/unrealircd/config.settings

@@ -14,7 +14,7 @@ SSLDIR=""
 ZIPLINKS="1"
 ZIPLINKSDIR=""
 REMOTEINC="1"
-CURLDIR="/opt/curl"
+CURLDIR="/root/curl"
 SHOWLISTMODES="1"
 TOPICNICKISNUH=""
 SHUNNOTICES=""

+ 1 - 0
install.sh

@@ -143,6 +143,7 @@ cp -R $TMP/Unreal*/{*,.[a-zA-Z0-9]*} /opt/unrealircd;
 cp data/opt/unrealircd/config.settings /opt/unrealircd;
 pushd $(pwd);
 cd /opt/unrealircd;
+./curlinstall;
 ./Config -quick -nointro;
 make;
 popd;