Преглед на файлове

Use relative symlinks in rpmbuild

bryan преди 1 ден
родител
ревизия
f5a258892e
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      installJRMC

+ 2 - 0
installJRMC

@@ -900,6 +900,8 @@ build_rpm() {
 
 		%install
 		dpkg -x %{S:0} %{buildroot}
+    ln -sf ../../../../etc/ssl/certs/ca-certificates.crt %{buildroot}/usr/lib/jriver/Media\ Center\ $MC_MVERSION/ca-certificates.crt
+    ln -sf ../../../bin/mediacenter$MC_MVERSION %{buildroot}/usr/lib/jriver/Media\ Center\ $MC_MVERSION/mediacenter$MC_MVERSION
 
 		%post -p /sbin/ldconfig
 		%postun -p /sbin/ldconfig