Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this organization
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
mariux64
/
bee-files
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
27
Pull requests
31
Actions
Projects
0
Wiki
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Permalink
bee-files
/
gptfdisk.be0
Newer
Older
Raw
Normal view
History
100755
12 lines (9 sloc)
320 Bytes
gptfdisk: Add version 1.0.1
July 25, 2016 18:12
1
#!/bin/env beesh
2
gptdisk: New Revision
September 28, 2017 16:53
View blame prior to this change
3
# BEE_VERSION gptfdisk-1.0.1-1
gptfdisk: Add version 1.0.1
July 25, 2016 18:12
4
5
SRCURL[0]="http://www.rodsbooks.com/gdisk/gptfdisk-${PKGVERSION}.tar.gz"
6
7
function mee_install() {
8
for FILE in cgdisk fixparts gdisk sgdisk ; do
9
install -D $FILE "${D}"/"${SBINDIR}"/$FILE
10
install -D $FILE.8 "${D}"/"${MANDIR}"/man8/$FILE.8
11
done
12
}
You can’t perform that action at this time.