summaryrefslogtreecommitdiffstats
path: root/packaging/Solaris
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-08-22 16:53:17 +0000
committerGerald Carter <jerry@samba.org>2003-08-22 16:53:17 +0000
commitb0d3f40ffe666f768f5ec0d93b84488148b5527e (patch)
tree76b9688858eacec43b05f9f974fd4a7ac922e49e /packaging/Solaris
parent20603faf2c6e37b1db139cdbbfd4131cb5c33869 (diff)
downloadsamba-b0d3f40ffe666f768f5ec0d93b84488148b5527e.tar.gz
samba-b0d3f40ffe666f768f5ec0d93b84488148b5527e.tar.xz
samba-b0d3f40ffe666f768f5ec0d93b84488148b5527e.zip
fixing some packaging stuff for Solaris
Diffstat (limited to 'packaging/Solaris')
-rwxr-xr-xpackaging/Solaris/makepkg.sh.tmpl (renamed from packaging/Solaris/makepkg.sh)2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/Solaris/makepkg.sh b/packaging/Solaris/makepkg.sh.tmpl
index 8423a1a9b49..55a2da2c6a0 100755
--- a/packaging/Solaris/makepkg.sh
+++ b/packaging/Solaris/makepkg.sh.tmpl
@@ -144,7 +144,7 @@ if [ -f prototype ]; then
fi
# Setup version from version.h
-VERSION=`sed 's/#define VERSION \"\(.*\)\"$/\1/' ../../source/include/version.h`
+VERSION=PVERSION
sed -e "s|__VERSION__|$VERSION|" -e "s|__ARCH__|`uname -p`|" -e "s|__BASEDIR__|$INSTALL_BASE|g" pkginfo.master >pkginfo
sed -e "s|__BASEDIR__|$INSTALL_BASE|g" inetd.conf.master >inetd.conf