Browse Source

Merge pull request #6309 from diizzyy/patch-2

tmux: Add path to global conf file
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
3ab201cc0c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      utils/tmux/Makefile

+ 5
- 1
utils/tmux/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=tmux
PKG_VERSION:=2.7
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/tmux/tmux/releases/download/$(PKG_VERSION)
@ -38,6 +38,10 @@ define Package/tmux/description
tmux is a modern, BSD-licensed alternative to GNU screen.
endef
define Package/tmux/conffiles
/etc/tmux.conf
endef
define Package/tmux/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/tmux $(1)/usr/bin/


Loading…
Cancel
Save