Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 12 lines (9 sloc) 320 Bytes
#!/bin/env beesh
# BEE_VERSION gptfdisk-1.0.1-1
SRCURL[0]="http://www.rodsbooks.com/gdisk/gptfdisk-${PKGVERSION}.tar.gz"
function mee_install() {
for FILE in cgdisk fixparts gdisk sgdisk ; do
install -D $FILE "${D}"/"${SBINDIR}"/$FILE
install -D $FILE.8 "${D}"/"${MANDIR}"/man8/$FILE.8
done
}