From d732cd62e43cbd7d2ffaeb846db691627be6e035 Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 24 Jun 2010 22:47:50 +0000 Subject: Fix a stray PC-BSDism, on FreeBSD, we install these things into /usr/share --- usr.sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/pc-sysinstall') diff --git a/usr.sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.sh b/usr.sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.sh index 98abc2a..5430516 100755 --- a/usr.sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.sh +++ b/usr.sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.sh @@ -36,7 +36,7 @@ # User-editable configuration variables # Set this to the program location -PROGDIR="/PCBSD/pc-sysinstall" +PROGDIR="/usr/share/pc-sysinstall" export PROGDIR # Set this to the components location -- cgit v1.1