]> git.pld-linux.org Git - packages/EMCpower.git/commitdiff
- few compat symlinks
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 4 Sep 2006 08:32:45 +0000 (08:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    EMCpower.spec -> 1.8

EMCpower.spec

index 543ad6787bfe473e770262eb8a19da2b44c35d28..16d48e0718fe4a3215790e4dd56b24771ebb358f 100644 (file)
@@ -21,7 +21,7 @@
 #
 # main package.
 #
-%define                _rel    0.10
+%define                _rel    0.12
 Summary:       EMC PowerPath - multi-path with fail-over and load-sharing over SCSI
 Summary(pl):   EMC PowerPath - multi-path z fail-over i dzieleniem obci±¿enia po SCSI
 Name:          EMCpower
@@ -200,6 +200,12 @@ done
 %endif
 %endif
 
+# hardcoded paths. oh sigh
+install -d $RPM_BUILD_ROOT/etc/opt/emcpower
+ln -s %{_sbindir}/emcpmgr $RPM_BUILD_ROOT/etc/opt/emcpower
+ln -s %{_sbindir}/powercf $RPM_BUILD_ROOT/etc/opt/emcpower
+install -d $RPM_BUILD_ROOT/opt/emcpower
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -257,4 +263,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/powermig.1*
 %{_mandir}/man1/powermt.1*
 %{_mandir}/man1/powerprotect.1*
+
+# hardcoded paths. oh sigh
+/etc/opt/emcpower
+/opt/emcpower
 %endif
This page took 0.07775 seconds and 4 git commands to generate.