README.md

This commit is contained in:
q3aql 2024-07-09 15:09:06 +02:00
parent 58cc4cd1c6
commit dda345a947

View File

@ -25,14 +25,26 @@ You can extract the files of a created package without executing it with the fol
## Usage Extra Tools: ## Usage Extra Tools:
``` ```
Usage: ./packelf-copylibs.sh <ELF_SRC_PATH> <PATH_TO_COPY_LIBRARIES> Usage: ./packelf-copylibs.sh <ELF_SRC_PATH> <PATH_TO_COPY_LIBRARIES>
``` ```
``` Example:
```
# ./packelf-copylibs.sh /usr/bin/mpv /opt/mpv-libs/
```
```
Usage: ./packelf-folder.sh <FOLDER> <FILENAME> <EXECUTABLE_RUN> Usage: ./packelf-folder.sh <FOLDER> <FILENAME> <EXECUTABLE_RUN>
``` ```
Example:
```
# ./packelf-folder.sh /opt/mpv-package mpv-x86_64.AppRun AppRun
```
## Dependencies ## Dependencies
* sh * sh
* tar * tar