Skip to content

Commit

Permalink
tmux: Recreate bee file with current template
Browse files Browse the repository at this point in the history
Run the command below.

    $ bee init -f https://downloads.sourceforge.net/project/tmux/tmux/tmux-1.9/tmux-1.9a.tar.gz
    creating tmux-1.9a-0.bee from template '/etc/default/bee/templates/fallback'
  • Loading branch information
pmenzel committed Aug 23, 2018
1 parent ef2d9ac commit 3573e71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tmux-1.9a-0.bee
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ SRCURL[0]="https://downloads.sourceforge.net/project/tmux/tmux/tmux-1.9/tmux-${P
# EXCLUDE+=()

###############################################################################
## Uncomment the next statement, if the software may not be able to be build
## outside the source directory and need to be build inside the source
## Uncomment the next statement, if the software may not be able to be built
## outside the source directory and needs to be built inside the source
## directory.

# build_in_sourcedir
Expand Down Expand Up @@ -52,7 +52,7 @@ SRCURL[0]="https://downloads.sourceforge.net/project/tmux/tmux/tmux-1.9/tmux-${P
#}

#mee_configure() {
# bee_configure
# bee_configure
#}

#mee_build() {
Expand All @@ -71,7 +71,7 @@ SRCURL[0]="https://downloads.sourceforge.net/project/tmux/tmux/tmux-1.9/tmux-${P
## The name of this bee-file should follow the following naming convention:
## pkgname-pkgversion-pkgrevision.bee
##
## You may remove all comments as long as SRCURL[0]="" is set.
## You may remove all comments as long as SRCURL[0] is set.
##
## Everything in this file will be executed in a bash environment.
##
Expand Down

0 comments on commit 3573e71

Please sign in to comment.