-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reverts the updated symlink logic as this didn't work for a system with a merged usr Signed-off-by: gcarq <[email protected]>
- Loading branch information
Showing
2 changed files
with
31 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ def read(filename: str) -> str: | |
|
||
setup( | ||
name="lostfiles", | ||
version="0.5.1", | ||
version="0.5.2", | ||
author="Michael Egger", | ||
author_email="[email protected]", | ||
description="A simple script to identify files not tracked by Portage package manager.", | ||
|