We need to install the shell scripts as executables rather than as

data files in the backend* trees.

Submitted by:	John Hixon
This commit is contained in:
Warner Losh 2010-06-25 22:35:19 +00:00
parent bbe4a97d41
commit cab5ea2e17
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=209527
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
FILES= create-part.sh delete-part.sh
FILESMODE= ${BINMODE}
FILESDIR=${SHAREDIR}/pc-sysinstall/backend-partmanager
NO_OBJ=

View File

@ -6,7 +6,7 @@ FILES= detect-laptop.sh detect-nics.sh detect-vmware.sh disk-info.sh \
setup-ssh-keys.sh sys-mem.sh test-live.sh test-netup.sh \
update-part-list.sh xkeyboard-layouts.sh xkeyboard-models.sh \
xkeyboard-variants.sh
FILESMODE= ${BINMODE}
FILESDIR=${SHAREDIR}/pc-sysinstall/backend-query
NO_OBJ=

View File

@ -7,7 +7,7 @@ FILES= functions-bsdlabel.sh functions-cleanup.sh functions-disk.sh \
functions-newfs.sh functions-parse.sh functions-runcommands.sh \
functions-unmount.sh functions-upgrade.sh functions-users.sh \
functions.sh parseconfig.sh startautoinstall.sh
FILESMODE= ${BINMODE}
FILESDIR=${SHAREDIR}/pc-sysinstall/backend
NO_OBJ=