diff options
Diffstat (limited to 'packaging/Solaris')
-rwxr-xr-x | packaging/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 8423a1a9b4..55a2da2c6a 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 |