Add an explicit shell and vim formatting modeline
git-svn-id: svn://svn.open-ils.org/ILS/trunk@10279
dcc99617-32d9-48b4-a31d-
7c20da2025e4
#
# ---------------------------------------------------------------------
+# Make any assumptions about the shell being used explicit
+SHELL=/bin/bash
+
# XXX
# Gentoo needs explicit versions on many of these packages
# to simulate a "blessed" set of packages
# Also, I (think) Gentoo has a javascript::spidermonkey package that does
# not require fetching the sources externally ... needs testing/updating in here
-
LIBJS=js-1.7.0
LIBJS_PERL=JavaScript-SpiderMonkey-0.19
LIBJS_URL=ftp://ftp.mozilla.org/pub/mozilla.org/js/$(LIBJS).tar.gz
# Debian dependencies
DEBS = \
+ autoconf\
+ automake\
build-essential\
syslog-ng\
psmisc\
echo '/usr/local/lib' > /etc/ld.so.conf.d/local.conf; \
ldconfig; \
fi;
+
+# vim:noet:sw=4:ts=4: