diff options
author | imp <imp@FreeBSD.org> | 2010-06-25 22:35:19 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2010-06-25 22:35:19 +0000 |
commit | 7f47d11a934cfbd4258b48116cf3d7971a30aff1 (patch) | |
tree | e1e72831a81967f7853a3f1d6a0637c39b54cd9d /usr.sbin/pc-sysinstall/backend-query | |
parent | 5bba5f6503d7282d131c0cd1df466f6ad6c75575 (diff) | |
download | FreeBSD-src-7f47d11a934cfbd4258b48116cf3d7971a30aff1.zip FreeBSD-src-7f47d11a934cfbd4258b48116cf3d7971a30aff1.tar.gz |
We need to install the shell scripts as executables rather than as
data files in the backend* trees.
Submitted by: John Hixon
Diffstat (limited to 'usr.sbin/pc-sysinstall/backend-query')
-rw-r--r-- | usr.sbin/pc-sysinstall/backend-query/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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= |