Navigation Menu

Skip to content

Commit

Permalink
Fixed CORE-3544: make install fails
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPeshkoff committed Jul 1, 2011
1 parent 1084b2f commit 3f5521e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion builds/install/arch-specific/hpux/Makefile.in
Expand Up @@ -128,4 +128,4 @@ buildTarDir: buildImageDir
(cd $(GEN_ROOT)/buildroot; cp manifest.txt ../$(TarDir)/manifest.txt )

install: buildTarDir
(cd $(GEN_ROOT)/$(TarDir); ./install.sh)
(cd $(GEN_ROOT)/$(TarDir); FIREBIRD= FIREBIRD_LOCK= ./install.sh)
2 changes: 1 addition & 1 deletion builds/install/arch-specific/linux/Makefile.in
Expand Up @@ -157,7 +157,7 @@ buildTarDir: buildImageDir


install: buildTarDir
(cd $(GEN_ROOT)/$(TarDir); FIREBIRD= ./install.sh)
(cd $(GEN_ROOT)/$(TarDir); FIREBIRD= FIREBIRD_LOCK= ./install.sh)
cp -r $(GEN_ROOT)/$(DebugDir)/* /


Expand Down
Expand Up @@ -39,7 +39,7 @@ if [ ! -z "$InteractiveInstall" ]
then
cat <<EOF
Firebird classic $Version Installation
Firebird @FIREBIRD_ARCH_TYPE@ $Version Installation
EOF

Expand Down
2 changes: 1 addition & 1 deletion builds/install/arch-specific/netbsd/Makefile.in
Expand Up @@ -67,5 +67,5 @@ BuildVersion=$(FirebirdVersion).$(BuildNum)
Version=$(BuildVersion)-$(PackageVersion)

install:
(cd $(GEN_ROOT)/; ./install/install.netbsd.sh)
(cd $(GEN_ROOT)/; FIREBIRD= FIREBIRD_LOCK= ./install/install.netbsd.sh)

0 comments on commit 3f5521e

Please sign in to comment.