diff options
author | Gerald Carter <jerry@samba.org> | 2003-08-19 04:28:16 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-08-19 04:28:16 +0000 |
commit | 6283057f37d1aef24f5f41613587901c4eb94739 (patch) | |
tree | 725c068ad7578875614ed003a45b8d177e3ba570 /packaging/Caldera/UnixWare/Package | |
parent | 49e66508f271c5d548a045a1297652ed5b03494c (diff) | |
download | samba-6283057f37d1aef24f5f41613587901c4eb94739.tar.gz samba-6283057f37d1aef24f5f41613587901c4eb94739.tar.bz2 samba-6283057f37d1aef24f5f41613587901c4eb94739.zip |
no maintainer. Will be in the Attic if ever needed. No point
in claiming support for these packagaing files if we don't
even know if they build.
(This used to be commit b87357c11bf7cbaeb1b90aaf67c9b2ba64f65783)
Diffstat (limited to 'packaging/Caldera/UnixWare/Package')
-rwxr-xr-x | packaging/Caldera/UnixWare/Package | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/packaging/Caldera/UnixWare/Package b/packaging/Caldera/UnixWare/Package deleted file mode 100755 index f225b8eb7e..0000000000 --- a/packaging/Caldera/UnixWare/Package +++ /dev/null @@ -1,40 +0,0 @@ -#!/bin/ksh -# -# Now create the actual pkgadd installable datastream -# -# invoke with -n as the first argument to get this script to tell -# you what it would do without doing anything -# - -V= -[ "$1" = "-n" ] && V=echo - -$V cd dist -PKGNAME=samba -PKGBLD=`pwd` -[ "$V" = "echo" ] && PKGBLD=$PKGBLD/dist - -PKGCOMPRESS="-c" -#PKGBLOCKLIM=2876 -PKGBLOCKLIM=6200 - -############################################################################## -# -# make filesystem-type package in directory ./$PKGNAME/ -# (source files reside in ./root) -# -# don't use PKGBLOCKLIM for now -# -$V pkgmk -o $PKGCOMPRESS -d $PKGBLD -r $PKGBLD -#pkgmk -o $PKGCOMPRESS -l $PKGBLOCKLIM -d $PKGBLD -r $PKGBLD -#pkgmk -o $PKGCOMPRESS -l $PKGBLOCKLIM -d $PKGBLD -r $PKGBLD/root - -# -# make $PKGNAME.pkg datastream-type package -# -$V pkgtrans -s $PKGBLD $PKGBLD/$PKGNAME.pkg $PKGNAME - -# -# remove filesystem-type package -# -#rm -rf $PKGBLD/$PKGNAME |