Skip to content

Commit

Permalink
update README.md with instructions on installing or creating sdebs
Browse files Browse the repository at this point in the history
Signed-off-by: jeffmerkey <[email protected]>
  • Loading branch information
jeffmerkey committed Oct 13, 2022
1 parent a64c16a commit c999449
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ _(Note: Debbuild installs the source code files in /root/debbuild/ as
top directory)_

One item of note is that SDEB packages are actually just tar.gz archives
renamed with an .sdeb file extension and with the files organized into a
renamed with an .sdeb file extension with the files organized into a
SPECS and SOURCES directory tree structure. Subsequently, an SDEB can
also be extracted and installed with the _tar -xvf command_ or the files
listed with the _tar -tvf command_:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ debbuild -i getssl-2.47-1.sdeb
```
*(Note: Debbuild installs the source code files in /root/debbuild/ as top directory)*

One item of note is that SDEB packages are actually just tar.gz archives renamed with an .sdeb file extension and with the files organized into a SPECS and SOURCES directory tree structure. Subsequently, an SDEB can also be extracted and installed with the *tar -xvf command* or the files listed with the *tar -tvf command*:
One item of note is that SDEB packages are actually just tar.gz archives renamed with an .sdeb file extension with the files organized into a SPECS and SOURCES directory tree structure. Subsequently, an SDEB can also be extracted and installed with the *tar -xvf command* or the files listed with the *tar -tvf command*:

```sh
[root@localhost getssl]# tar -tvf /root/debbuild/SDEBS/getssl-2.47-1.sdeb
Expand Down

0 comments on commit c999449

Please sign in to comment.