Skip to content

Commit

Permalink
Merge pull request #482 from mariux64/update-exfat-from-1.2.6-to-1.2.7
Browse files Browse the repository at this point in the history
Update exFAT from 1.2.6 to 1.2.7
  • Loading branch information
donald authored Sep 8, 2017
2 parents d9bc52a + dd6b702 commit 4dd0035
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion exfat.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION exfat-1.2.6-0
# BEE_VERSION exfat-1.2.7-0

## The source URL(s) array
SRCURL[0]="https://github.com/relan/exfat/archive/v${PKGVERSION}.tar.gz"
Expand Down Expand Up @@ -46,3 +46,8 @@ mee_patch_post() {
#mee_install() {
# bee_install
#}

mee_install_post() {
start_cmd mkdir ${D}/sbin
start_cmd ln -s ${D}/usr/sbin/mount.exfat ${D}/sbin/
}

0 comments on commit 4dd0035

Please sign in to comment.