[PR #3435] [MERGED] rework make realinstall and uninstall #4761

Closed
opened 2026-05-05 10:26:05 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/3435
Author: @rusty-snake
Created: 5/27/2020
Status: Merged
Merged: 6/4/2020
Merged by: @rusty-snake

Base: masterHead: rework-make-1


📝 Commits (1)

  • 647b508 rework make realinstall and uninstall

📊 Changes

1 file changed (+50 additions, -54 deletions)

View changed files

📝 Makefile.in (+50 -54)

📄 Description

  • remove -c, the manpage says it is ignored
  • $(DESTDIR)/$(bindir)/. -> $(DESTDIR)$(bindir) and so on
  • install contrib by file glob (*.py, *.sh)
  • split long lines

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/3435 **Author:** [@rusty-snake](https://github.com/rusty-snake) **Created:** 5/27/2020 **Status:** ✅ Merged **Merged:** 6/4/2020 **Merged by:** [@rusty-snake](https://github.com/rusty-snake) **Base:** `master` ← **Head:** `rework-make-1` --- ### 📝 Commits (1) - [`647b508`](https://github.com/netblue30/firejail/commit/647b5088a05bef36f8da6d3b16cd515521ef1582) rework make realinstall and uninstall ### 📊 Changes **1 file changed** (+50 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `Makefile.in` (+50 -54) </details> ### 📄 Description - remove -c, the manpage says it is ignored - $(DESTDIR)/$(bindir)/. -> $(DESTDIR)$(bindir) and so on - install contrib by file glob (*.py, *.sh) - split long lines --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:26:05 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#4761
No description provided.