new upstream 2.8.0
This commit is contained in:
parent
fc7f4b43c1
commit
b2b0c9995a
836 changed files with 137090 additions and 30018 deletions
|
|
@ -1,5 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
pkgmk -o -d `pwd`
|
||||
pkgtrans `pwd` `pwd`/NUT_solaris_package.local
|
||||
gzip `pwd`/NUT_solaris_package.local
|
||||
# Creates the package file from current-directory contents
|
||||
# Called by Makefile starting from installed prototype directory
|
||||
|
||||
echo "Making Solaris SVR4 package metadata..." && \
|
||||
pkgmk -o -d "`pwd`" && \
|
||||
echo "Making Solaris SVR4 package archive file..." && \
|
||||
( yes "" | pkgtrans "`pwd`" "`pwd`/NUT_solaris_package.local" ) && \
|
||||
echo "Compressing Solaris SVR4 package archive file..." && \
|
||||
gzip "`pwd`/NUT_solaris_package.local"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue