summaryrefslogtreecommitdiff
path: root/packaging/PHT/TurboLinux/makerpms.sh.tmpl
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-08-19 04:32:56 +0000
committerGerald Carter <jerry@samba.org>2003-08-19 04:32:56 +0000
commit506330d72e9cdf3d3b4c40964a54c8c23833b6cf (patch)
tree642b44662735931284cd2e6be2a8e772d589fe81 /packaging/PHT/TurboLinux/makerpms.sh.tmpl
parent3b7aab48081a4a092c48ca2c5017b2031a8a4854 (diff)
downloadsamba-506330d72e9cdf3d3b4c40964a54c8c23833b6cf.tar.gz
samba-506330d72e9cdf3d3b4c40964a54c8c23833b6cf.tar.bz2
samba-506330d72e9cdf3d3b4c40964a54c8c23833b6cf.zip
no maintainer for TurboLinux either
(This used to be commit f98f937ec9395af576efa48d6a628eae23b18d79)
Diffstat (limited to 'packaging/PHT/TurboLinux/makerpms.sh.tmpl')
-rw-r--r--packaging/PHT/TurboLinux/makerpms.sh.tmpl14
1 files changed, 0 insertions, 14 deletions
diff --git a/packaging/PHT/TurboLinux/makerpms.sh.tmpl b/packaging/PHT/TurboLinux/makerpms.sh.tmpl
deleted file mode 100644
index c389bf1a68..0000000000
--- a/packaging/PHT/TurboLinux/makerpms.sh.tmpl
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-# Copyright (C) 1998 John H Terpstra, 1999 K Spoon
-#
-SPECDIR=/usr/src/turbo/SPECS
-SRCDIR=/usr/src/turbo/SOURCES
-USERID=`id -u`
-GRPID=`id -g`
-
-( cd ../../../.. ; chown -R ${USERID}.${GRPID} ${SRCDIR}/samba-PVERSION )
-( cd ../../../.. ; tar czvf ${SRCDIR}/samba-PVERSION.tar.gz samba-PVERSION )
-cp -a *.spec $SPECDIR
-cp -a *.patch smb.* samba.log $SRCDIR
-cd $SPECDIR
-rpm -ba -v samba2.spec