Permalink
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?
bee-files/libee-0.1.0-1.bee
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- libee is used by old rsyslogd removal is deadly - updating libee fails due to dead SRCURL - libfastjson is used by old rsyslogd
executable file
8 lines (5 sloc)
149 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/env beesh | |
SRCURL[0]="http://www.libee.org/files/download/libee-0.1.0.tar.gz" | |
mee_install_post() { | |
mv ${D}${SBINDIR}/{,libee-}convert | |
} |