summaryrefslogtreecommitdiff
path: root/packaging/Fedora/makerpms.sh.tmpl
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-12-09 21:29:25 +0000
committerGerald Carter <jerry@samba.org>2003-12-09 21:29:25 +0000
commitf2c6cec3395e66b33d067fec3d863477cb774a59 (patch)
treed2ff0ed63af8442f6a6171dd92874a2f4929ee47 /packaging/Fedora/makerpms.sh.tmpl
parent8d019a9682c6d6b42f296b7db5d3c342a5633b3b (diff)
downloadsamba-f2c6cec3395e66b33d067fec3d863477cb774a59.tar.gz
samba-f2c6cec3395e66b33d067fec3d863477cb774a59.tar.bz2
samba-f2c6cec3395e66b33d067fec3d863477cb774a59.zip
working on packaging; also fixed some path issues in configure.in & Makefile.in
(This used to be commit 8f6cd36fa03edf75e8e3a806ab178d8563dea081)
Diffstat (limited to 'packaging/Fedora/makerpms.sh.tmpl')
-rw-r--r--packaging/Fedora/makerpms.sh.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/packaging/Fedora/makerpms.sh.tmpl b/packaging/Fedora/makerpms.sh.tmpl
index 4da99123e2..46ef4b6353 100644
--- a/packaging/Fedora/makerpms.sh.tmpl
+++ b/packaging/Fedora/makerpms.sh.tmpl
@@ -48,12 +48,14 @@ for file in samba.pamd samba.sysconfig samba.spec \
smb.init swat.desktop filter-requires-samba.sh \
samba.log samba.xinetd smbprint winbind.init
do
- cp -p filter-requires-samba.sh ${SRCDIR}
+ cp -p $file ${SRCDIR}
done
chmod 755 ${SRCDIR}/filter-requires-samba.sh
+cp -p ${SPECFILE} ${SPECDIR}
+
##
## Build
##