mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
lang/execline: Fix permissions for some files
Some executables did not have the right permissions. PR: 268593 Reported by: sg@redu.cx
This commit is contained in:
parent
fdbb9a46c7
commit
97cc528758
@ -1,5 +1,6 @@
|
||||
PORTNAME= execline
|
||||
PORTVERSION= 2.9.1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang shells
|
||||
MASTER_SITES= https://www.skarnet.org/software/${PORTNAME}/
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
bin/background
|
||||
bin/backtick
|
||||
bin/case
|
||||
bin/cd
|
||||
bin/define
|
||||
bin/dollarat
|
||||
bin/elgetopt
|
||||
@ -11,8 +10,6 @@ bin/eltest
|
||||
bin/emptyenv
|
||||
bin/envfile
|
||||
bin/exec
|
||||
bin/execline-cd
|
||||
bin/execline-umask
|
||||
bin/execlineb
|
||||
bin/exit
|
||||
bin/export
|
||||
@ -46,10 +43,15 @@ bin/runblock
|
||||
bin/shift
|
||||
bin/trap
|
||||
bin/tryexec
|
||||
bin/umask
|
||||
bin/unexport
|
||||
bin/wait
|
||||
bin/withstdinas
|
||||
@mode 755
|
||||
bin/execline-cd
|
||||
bin/execline-umask
|
||||
bin/cd
|
||||
bin/umask
|
||||
@mode
|
||||
include/execline/config.h
|
||||
include/execline/execline.h
|
||||
lib/execline/libexecline.a
|
||||
|
Loading…
Reference in New Issue
Block a user