Skip to content

Update tcsh #744

Merged
merged 2 commits into from
Apr 25, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tcsh.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION tcsh-6.19.00-1
# BEE_VERSION tcsh-6.20.00-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down Expand Up @@ -64,7 +64,7 @@ mee_configure() {
mee_install() {
bee_install
ln -s tcsh "$D/$BINDIR/csh"
ln -s csh.1 "$D/$MANDIR/man1/tcsh"
ln -s tcsh.1 "$D/$MANDIR/man1/csh.1"
}
## by default this may be 'make install DESTDIR="${D}"'

Expand Down