Made the install.pl script copy the files from the libs directory into the $PATHhome/libs

git-svn-id: svn://192.168.202.10@812 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mikec
2008-03-25 13:49:33 +00:00
parent e66a48ef88
commit d8b4c2b415
3 changed files with 1 additions and 0 deletions
+1
View File
@@ -2124,6 +2124,7 @@ if ($WEBONLY < 1)
`cp -f ./bin/* $PATHhome/`;
print "Copying libs to $PATHhome ...\n";
`cp -f ./libs/* $PATHhome/libs`;
`cp -f ./extras/Asterisk.pm $PATHhome/libs/`;
`cp -f ./extras/Asterisk/* $PATHhome/libs/Asterisk/`;