From 7f47d11a934cfbd4258b48116cf3d7971a30aff1 Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 25 Jun 2010 22:35:19 +0000 Subject: We need to install the shell scripts as executables rather than as data files in the backend* trees. Submitted by: John Hixon --- usr.sbin/pc-sysinstall/backend-partmanager/Makefile | 2 +- usr.sbin/pc-sysinstall/backend-query/Makefile | 2 +- usr.sbin/pc-sysinstall/backend/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/pc-sysinstall/backend-partmanager/Makefile b/usr.sbin/pc-sysinstall/backend-partmanager/Makefile index 61c407a..edf818c 100644 --- a/usr.sbin/pc-sysinstall/backend-partmanager/Makefile +++ b/usr.sbin/pc-sysinstall/backend-partmanager/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ FILES= create-part.sh delete-part.sh - +FILESMODE= ${BINMODE} FILESDIR=${SHAREDIR}/pc-sysinstall/backend-partmanager NO_OBJ= diff --git a/usr.sbin/pc-sysinstall/backend-query/Makefile b/usr.sbin/pc-sysinstall/backend-query/Makefile index ff0fb8a..f87c37f 100644 --- a/usr.sbin/pc-sysinstall/backend-query/Makefile +++ b/usr.sbin/pc-sysinstall/backend-query/Makefile @@ -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= diff --git a/usr.sbin/pc-sysinstall/backend/Makefile b/usr.sbin/pc-sysinstall/backend/Makefile index c594e9e..0f10728 100644 --- a/usr.sbin/pc-sysinstall/backend/Makefile +++ b/usr.sbin/pc-sysinstall/backend/Makefile @@ -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= -- cgit v1.1