mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 04:09:28 +00:00
RPM: Don't generate build_id links (#116105)
* Don't generate build_id links * add comment explaining change
This commit is contained in:
@@ -14,6 +14,10 @@ AutoReq: 0
|
||||
%description
|
||||
Visual Studio Code is a new choice of tool that combines the simplicity of a code editor with what developers need for the core edit-build-debug cycle. See https://code.visualstudio.com/docs/setup/linux for installation instructions and FAQ.
|
||||
|
||||
# Don't generate build_id links to prevent conflicts when installing multiple
|
||||
# versions of VS Code alongside each other (e.g. `code` and `code-insiders`)
|
||||
%define _build_id_links none
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}/usr/share/@@NAME@@
|
||||
mkdir -p %{buildroot}/usr/share/applications
|
||||
|
||||
Reference in New Issue
Block a user