summaryrefslogtreecommitdiff
path: root/channels/h323
diff options
context:
space:
mode:
Diffstat (limited to 'channels/h323')
-rwxr-xr-xchannels/h323/README6
1 files changed, 4 insertions, 2 deletions
diff --git a/channels/h323/README b/channels/h323/README
index b9d388b2b..ed399102d 100755
--- a/channels/h323/README
+++ b/channels/h323/README
@@ -62,8 +62,10 @@ cd /path/to/pwlib
make clean opt
cd /path/to/openh323
make clean opt
-cd asterisk/channels/h323
-make clean install
+cd /path/to/asterisk/channels/h323
+make
+cd /path/to/asterisk
+make install
(Note: Open H.323 or PWLib never get a 'make install' so don't do it)