Skip to content

Commit

Permalink
mc: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas committed Nov 22, 2021
1 parent e888243 commit e5c1855
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions mc-4.7.5.1-1.bee
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,13 @@ SRCURL[0]="http://www.midnight-commander.org/downloads/mc-4.7.5.1.tar.gz"

PATCHURL[0]=""

PGRP=( uncategorized )


# BEE_CONFIGURE=compat
# EXCLUDE=""

mee_patch() {
bee_patch
}

mee_configure() {
bee_configure
bee_configure
}

mee_build() {
Expand All @@ -24,13 +19,13 @@ mee_build() {

mee_install() {
bee_install

mv ${D}${BINDIR}/mc ${D}${BINDIR}/midnight-commander
rm ${D}${BINDIR}/mc{diff,edit,view}


for i in mc{diff,edit,view,ommander} ; do
ln -s midnight-commander ${D}${BINDIR}/${i}
done

}

0 comments on commit e5c1855

Please sign in to comment.