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/diffstat.be0
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The option `--localdir` is unknown. [BEE] /dev/shm/bee-root/diffstat/diffstat-1.63-0/source/configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --sysconfdir=/etc --sharedstatedir=/var --localstatedir=/var --libdir=/usr/lib --includedir=/usr/include --datarootdir=/usr/share --datadir=/usr/share --infodir=/usr/share/info --localedir=/usr/share/locale --mandir=/usr/share/man --docdir=/usr/share/doc/diffstat --exec-prefix=/usr configure: error: unrecognized option: --localedir=/usr/share/locale Try `/dev/shm/bee-root/diffstat/diffstat-1.63-0/source/configure --help' for more information. Command exited with non-zero status 1 The build type checks for `datarootdir`, which is present here. #! /bin/sh # From configure.in Revision: 1.33 . # Guess values for system-dependent variables and create Makefiles. # Generated by Autoconf 2.52.20190901.
executable file
39 lines (26 sloc)
489 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
#!/usr/bin/env beesh | |
# BEE_VERSION diffstat-1.63-0 | |
# more info: https://foo.bar.com | |
SRCURL[0]="ftp://ftp.invisible-island.net/diffstat/diffstat-1.63.tgz" | |
# PATCHURL+=() | |
# build_in_sourcedir | |
# sourcesubdir_append src | |
BEE_CONFIGURE='compat' | |
#mee_extract() { | |
# bee_extract "${@}" | |
#} | |
#mee_patch() { | |
# bee_patch "${@}" | |
#} | |
#mee_configure() { | |
# bee_configure "${@}" | |
#} | |
#mee_build() { | |
# bee_build | |
#} | |
#mee_install() { | |
# bee_install | |
#} | |
#mee_install_post() { | |
# exit | |
#} |