~ubuntu-branches/debian/wheezy/firebird2.5/wheezy

« back to all changes in this revision

Viewing changes to builds/install/arch-specific/darwin/install-script

  • Committer: Package Import Robot
  • Author(s): Damyan Ivanov
  • Date: 2011-12-21 14:50:58 UTC
  • mfrom: (1.3.3)
  • Revision ID: package-import@ubuntu.com-20111221145058-onlmwnp09xhqfpub
Tags: 2.5.2~svn+53698.ds4-1
* Snapshot from Upstream's 2.5 branch, revision 53698
 + drop two patches included upstream
 + refresh the rest to apply cleanly
* pass buildflags directly to $(MAKE), drop default-optimization.patch
* move fbintl from -common to -server-common
 + -server-common: break/replace -common
* Fix typo in -superclassic description. Closes: #652140. Thanks to Daniel
  Hartwig

Show diffs side-by-side

added added

removed removed

Lines of Context:
276
276
        fi
277
277
fi
278
278
 
279
 
# Create /tmp/firebird
280
 
echo "Create /tmp/firebird"
281
 
if [ -f "/tmp/firebird" ]; then 
282
 
rm -fr /tmp/firebird
283
 
fi
284
 
mkdir /tmp/firebird
285
 
chown firebird /tmp/firebird
286
 
chgrp firebird /tmp/firebird
287
 
chmod 0770 /tmp/firebird
288
 
 
289
279
# And last but not least, start the server
290
280
echo "Start SuperServer"
291
281
if [ -f "$FB_FW/Versions/A/Resources/.SuperServer" ]; then