The Samba-Bugzilla – Attachment 3874 Details for
Bug 6029
compile fails on samba 3.2.7 on Fedora 10 x86_64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
script:package/bin/update-pkginfo.sh
update-pkginfo.sh (text/plain), 811 bytes, created by
Michael Adam
on 2009-01-13 15:28:52 UTC
(
hide
)
Description:
script:package/bin/update-pkginfo.sh
Filename:
MIME Type:
Creator:
Michael Adam
Created:
2009-01-13 15:28:52 UTC
Size:
811 bytes
patch
obsolete
>#!/bin/sh > ># Script to fill the packaging templates with the version ># information that is created by mkversion in advance. ># ># Copyright (C) Michael Adam 2009 > >DIRNAME=$(dirname $0) >TOPDIR=${DIRNAME}/../../ >SRCDIR=${TOPDIR}/source >VERSION_H=${SRCDIR}/include/version.h > >pushd ${SRCDIR} >./script/mkversion.sh >popd > >if [ ! -f ${VERSION_H} ] ; then > echo "Error creating version.h" > exit 1 >fi > >VERSION=`grep SAMBA_VERSION_OFFICIAL_STRING ${VERSION_H} | awk '{print $3}'` >vendor_version=`grep SAMBA_VERSION_VENDOR_SUFFIX ${VERSION_H} | awk '{print $3}'` > >if test "x${vendor_version}" != "x" ; then > VERSION="${VERSION}-${vendor_version}" >fi > >#VERSION=`echo ${VERSION} | sed 's/-/_/g'` >VERSION=`echo ${VERSION} | sed 's/\"//g'` > >echo "VERSION: ${VERSION}" > >${TOPDIR}/packaging/bin/update-pkginfo "${VERSION}" 1 "" >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 6029
:
3868
|
3869
|
3870
| 3874