mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
Adding build file.
This commit is contained in:
parent
8de3786f5a
commit
b87c47cc86
14
packaging/Caldera/OpenLinux/makerpms.sh.tmpl
Normal file
14
packaging/Caldera/OpenLinux/makerpms.sh.tmpl
Normal file
@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
# Copyright (C) 1998 John H Terpstra, 2000 Klaus Singvogel
|
||||
#
|
||||
SPECDIR=/usr/src/OpenLinux/SPECS
|
||||
SRCDIR=/usr/src/OpenLinux/SOURCES
|
||||
USERID=`id -u`
|
||||
GRPID=`id -g`
|
||||
|
||||
( cd ../../../.. ; chown -R ${USERID}.${GRPID} ${SRCDIR}/samba )
|
||||
( cd ../../../.. ; tar czvf ${SRCDIR}/samba.tar.gz samba-PVERSIONPRELEASE )
|
||||
cp -a *.spec $SPECDIR
|
||||
cp -a *.patch smb.* samba.* make* find* convert* updates* $SRCDIR
|
||||
cd $SPECDIR
|
||||
rpm -ba -v samba3.spec
|
Loading…
x
Reference in New Issue
Block a user