mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dinstallCDE.src: add linux and *BSD support
This commit is contained in:
parent
3495287b78
commit
15fb8cea03
1 changed files with 16 additions and 0 deletions
|
@ -154,6 +154,22 @@ XCOMM
|
||||||
then
|
then
|
||||||
PLATFORM=sun
|
PLATFORM=sun
|
||||||
PLATFORM_SCRIPT_DIR=sun
|
PLATFORM_SCRIPT_DIR=sun
|
||||||
|
elif [ $BUILDSYSTEM = "Linux" ];
|
||||||
|
then
|
||||||
|
PLATFORM=linux
|
||||||
|
PLATFORM_SCRIPT_DIR=linux
|
||||||
|
elif [ $BUILDSYSTEM = "FreeBSD" ];
|
||||||
|
then
|
||||||
|
PLATFORM="freebsd"
|
||||||
|
PLATFORM_SCRIPT_DIR="freebsd"
|
||||||
|
elif [ $BUILDSYSTEM = "OpenBSD" ];
|
||||||
|
then
|
||||||
|
PLATFORM="openbsd"
|
||||||
|
PLATFORM_SCRIPT_DIR="openbsd"
|
||||||
|
elif [ $BUILDSYSTEM = "NetBSD" ];
|
||||||
|
then
|
||||||
|
PLATFORM="netbsd"
|
||||||
|
PLATFORM_SCRIPT_DIR="netbsd"
|
||||||
else # Build system = HP
|
else # Build system = HP
|
||||||
PLATFORM=hp-ux
|
PLATFORM=hp-ux
|
||||||
PLATFORM_SCRIPT_DIR=hp
|
PLATFORM_SCRIPT_DIR=hp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue