Skip to content

fix: missing space in install command#696

Open
francoism90 wants to merge 1 commit into
flathub:masterfrom
francoism90:master
Open

fix: missing space in install command#696
francoism90 wants to merge 1 commit into
flathub:masterfrom
francoism90:master

Conversation

@francoism90

Copy link
Copy Markdown

Fix missing space:

ARCH_TRIPLE=$(gcc --print-multiarch) && ln -s /usr/lib/${ARCH_TRIPLE}/libtinfo.so/app/lib/libtinfo.so.5

Should be:

ARCH_TRIPLE=$(gcc --print-multiarch) && ln -s /usr/lib/${ARCH_TRIPLE}/libtinfo.so /app/lib/libtinfo.so.5

Simplified the installation commands for library files by removing redundant lines.
@flathubbot

Copy link
Copy Markdown
Contributor

🚧 Test build enqueued.

@flathubbot

Copy link
Copy Markdown
Contributor

🚧 Started test build.

@flathubbot

Copy link
Copy Markdown
Contributor

Test build succeeded. To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/303381/com.visualstudio.code.flatpakref

Built for aarch64 and x86_64 architectures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants