#929 Replace symbolic links examples not to have /bin but /usr/bin
Merged 4 years ago by tibbs. Opened 4 years ago by churchyard.
churchyard/packaging-committee bindir  into  master

@@ -1552,7 +1552,7 @@ 

  A relative symlink is a symlink which points to a file or directory relative to the position of the symlink. For example, this command would create a relative symlink:

  

  ....

- ln -s ../..%{_bindir}/foo %{buildroot}/bin/foo

+ ln -s ../..%{_bindir}/foo %{buildroot}%{_bindir}/bar

  ....

  

  Pros:
@@ -1571,7 +1571,7 @@ 

  An absolute symlink is a symlink which points to an absolute file or directory path. For example, this command would create an absolute symlink:

  

  ....

- ln -s %{_bindir}/foo %{buildroot}/bin/foo

+ ln -s %{_bindir}/foo %{buildroot}%{_bindir}/bar

  ....

  

  Pros:

Pull-Request has been merged by tibbs

4 years ago
Metadata