Touch up some Solaris package files for later.
authorScott Cantor <cantor.2@osu.edu>
Mon, 17 Mar 2008 18:45:54 +0000 (18:45 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 17 Mar 2008 18:45:54 +0000 (18:45 +0000)
dependencies/log4cpp/postinstall

index 8ee5cb7..9859a01 100644 (file)
@@ -1,8 +1,8 @@
 #!/bin/sh
 
 cd ${CLIENT_BASEDIR}/bin
-sed "s|^  prefix=.*|  prefix=${CLIENT_BASEDIR}|1" log4cpp-config > log4cpp-config.tmp
-mv log4cpp-config.tmp log4cpp-config
-chmod 755 log4cpp-config
+sed "s|^  prefix=.*|  prefix=${CLIENT_BASEDIR}|1" log4shib-config > log4shib-config.tmp
+mv log4shib-config.tmp log4shib-config
+chmod 755 log4shib-config
 
 exit 0