fix bug for tpac added template-plugin-posix
authorroot <root@pines-dev-ubuntu.gapines.org>
Mon, 19 Nov 2012 20:25:33 +0000 (15:25 -0500)
committerroot <root@pines-dev-ubuntu.gapines.org>
Mon, 19 Nov 2012 20:25:33 +0000 (15:25 -0500)
templates/debs/libtemplate-plugin-posix-perl_0.05-1_amd64.deb [new file with mode: 0644]
templates/setup-functions

diff --git a/templates/debs/libtemplate-plugin-posix-perl_0.05-1_amd64.deb b/templates/debs/libtemplate-plugin-posix-perl_0.05-1_amd64.deb
new file mode 100644 (file)
index 0000000..3cd7c36
Binary files /dev/null and b/templates/debs/libtemplate-plugin-posix-perl_0.05-1_amd64.deb differ
index 5806209..4f40b31 100644 (file)
@@ -35,12 +35,15 @@ echo installing the debs now...
 ./debconf-settings && \
 rm debconf-settings && \
 cd debs && \
-apt-get update && \
-gdebi --n opensrf*.deb && \
-gdebi --n spidermonkey_*.deb && \
-gdebi --n spidermonkey-perl*.deb && \
-gdebi --n libclass-dbi*.deb
-gdebi --n evergreen-ils*.deb
+if apt-get update 
+       then
+       gdebi --n opensrf*.deb 
+       gdebi --n spidermonkey_*.deb
+       gdebi --n spidermonkey-perl*.deb
+       gdebi --n libclass-dbi*.deb
+       gdebi --n evergreen-ils*.deb
+       gdebi --n libtemplate-plugin-posix-perl*.deb
+fi
 cd ..
 chown -R opensrf:opensrf /openils
 }