Files
asterisk/tests
George Joseph e4ee209bfe CI: New way to determnine libdir
We were using the presence of /usr/lib64 to determine where
shared libraries should be installed.  This only existed on
Redhat based systems and was safe.  If it existed, use it,
otherwise use /usr/lib.

Unfortunately, Ubuntu 19 decided to create a /usr/lib64 BUT
NOT INCLUDE IT IN THE DEFAULT ld.so.conf.  So if anything is
installed there, it won't work.

The new method, just looks for $ID in /etc/os-release and if it's
centos or fedora, uses /usr/lib64 and if ubuntu, uses /usr/lib.

NOTE:  This applies only to the CI scripts.  Normal asterisk
build and install is not affected.

Change-Id: Iad66374b550fd89349bedbbf2b93f8edd195a7c3
2019-06-19 10:58:39 -06:00
..
2019-06-19 10:58:39 -06:00
2018-05-11 09:58:19 -04:00
2017-12-20 12:54:13 -05:00
2017-06-13 22:05:28 +00:00
2018-11-26 17:19:51 -05:00
2014-07-22 14:22:00 +00:00
2013-08-16 17:33:21 +00:00