upd and patches
This commit is contained in:
18
assets/var/gnu/gptfdisk.md
Normal file
18
assets/var/gnu/gptfdisk.md
Normal file
@ -0,0 +1,18 @@
|
||||
gptfdisk
|
||||
=
|
||||
https://git.code.sf.net/p/gptfdisk/code.git
|
||||
|
||||
``` sh *** patch ***
|
||||
sed -i 's/-lncursesw/-lncursesw -ltinfow/' Makefile
|
||||
```
|
||||
|
||||
``` sh *** build ***
|
||||
make -j$(nproc)
|
||||
install -d /pkg/gnu/gptfdisk/sbin /pkg/gnu/gptfdisk/share/man/man8 && \
|
||||
install -m 0755 sgdisk fixparts gdisk cgdisk /pkg/gnu/gptfdisk/sbin/ && \
|
||||
install -m 0644 *.8 /pkg/gnu/gptfdisk/share/man/man8/
|
||||
```
|
||||
|
||||
``` cfg *** build deps ***
|
||||
popt
|
||||
```
|
||||
Reference in New Issue
Block a user