Removed superfluous "" and '' when assigning an empty value to bash variables in *.in
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
#!/bin/sh
|
||||
# --- T2-COPYRIGHT-NOTE-BEGIN ---
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# T2 SDE: package/.../blackdown-jre/java-blackdown-conf.in
|
||||
# Filename: package/.../blackdown-jre/java-blackdown-conf.in
|
||||
# Copyright (C) 2008 The OpenSDE Project
|
||||
# Copyright (C) 2004 - 2006 The T2 SDE Project
|
||||
# Copyright (C) 1998 - 2005 Clifford Wolf
|
||||
#
|
||||
@@ -12,7 +13,7 @@
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; version 2 of the License. A copy of the
|
||||
# GNU General Public License can be found in the file COPYING.
|
||||
# --- T2-COPYRIGHT-NOTE-END ---
|
||||
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||
|
||||
# Prevent normal package extraction. However since auto package
|
||||
# extraction is turned off, so are the pre and post patch hooks.
|
||||
@@ -21,8 +22,8 @@ autoextract=0
|
||||
|
||||
# Prevent executing normal make and install build steps.
|
||||
# This package has custom make and install.
|
||||
makeopt=''
|
||||
makeinstopt=''
|
||||
makeopt=
|
||||
makeinstopt=
|
||||
|
||||
# Make prefix same a java_home. This way artifacts like the bin, lib
|
||||
# and doc directory are created at the proper level.
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# Filename: package/.../ibm-jre-142/java-ibm-conf.in
|
||||
# Copyright (C) 2006 - 2007 The OpenSDE Project
|
||||
# Copyright (C) 2006 - 2008 The OpenSDE Project
|
||||
# Copyright (C) 2004 - 2006 The T2 SDE Project
|
||||
# Copyright (C) 1998 - 2005 Clifford Wolf
|
||||
#
|
||||
@@ -20,8 +20,8 @@ java_pkg_type=$1
|
||||
|
||||
# Prevent executing normal make and install build steps.
|
||||
# This package has custom make and install.
|
||||
makeopt=''
|
||||
makeinstopt=''
|
||||
makeopt=
|
||||
makeinstopt=
|
||||
|
||||
# Make prefix same a java_home. This way artifacts like the bin, lib
|
||||
# and doc directory are created at the proper level.
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
#!/bin/sh
|
||||
# --- T2-COPYRIGHT-NOTE-BEGIN ---
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# T2 SDE: package/.../java-dirtree/java-conf.in
|
||||
# Filename: package/.../java-dirtree/java-conf.in
|
||||
# Copyright (C) 2008 The OpenSDE Project
|
||||
# Copyright (C) 2004 - 2006 The T2 SDE Project
|
||||
#
|
||||
# More information can be found in the files COPYING and README.
|
||||
@@ -11,7 +12,7 @@
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; version 2 of the License. A copy of the
|
||||
# GNU General Public License can be found in the file COPYING.
|
||||
# --- T2-COPYRIGHT-NOTE-END ---
|
||||
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||
|
||||
# Common java configuration is needed as well.
|
||||
. $base/package/*/*/java-common-conf.in
|
||||
@@ -22,8 +23,8 @@ build_type=
|
||||
|
||||
# Prevent executing normal make and install build steps.
|
||||
# Java packages have custom make and install.
|
||||
makeopt=''
|
||||
makeinstopt=''
|
||||
makeopt=
|
||||
makeinstopt=
|
||||
|
||||
# Set variables used for building java sources to there default values.
|
||||
# builddocdir - Location where documentation can be found after building.
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# Filename: package/.../sun-jre-142/java-sun-conf.in
|
||||
# Copyright (C) 2007 The OpenSDE Project
|
||||
# Copyright (C) 2007 - 2008 The OpenSDE Project
|
||||
# Copyright (C) 2004 - 2006 The T2 SDE Project
|
||||
# Copyright (C) 1998 - 2005 Clifford Wolf
|
||||
#
|
||||
@@ -22,8 +22,8 @@ autoextract=0
|
||||
|
||||
# Prevent executing normal make and install build steps.
|
||||
# This package has custom make and install.
|
||||
makeopt=''
|
||||
makeinstopt=''
|
||||
makeopt=
|
||||
makeinstopt=
|
||||
|
||||
# Make prefix same a java_home. This way artifacts like the bin, lib
|
||||
# and doc directory are created at the proper level.
|
||||
|
||||
Reference in New Issue
Block a user