Skip to content
Permalink
1a061fe6dc
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 10 lines (8 sloc) 196 Bytes
#!/usr/bin/env beesh
# BEE_VERSION gsl-compat-1.14-0
mee_install() {
cd ${D}
tar -xf ${BEE_PKGDIR}/gsl-1.14-0.x86_64.bee.tar.bz2 \
/usr/lib/libgsl.so.0.15.0 \
/usr/lib/libgsl.so.0
}