Skip to content

Commit 51abfb4

Browse files
committed
fixup sunstudio12.1
1 parent 93e50a0 commit 51abfb4

File tree

5 files changed

+3
-5
lines changed

5 files changed

+3
-5
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
build.log
22
build.log.1
33
tmp.repo/
4+
*.p5m.final

build/buildctl

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ build() {
7676
SCRIPT=$(basename ${targets[$1]})
7777
if [[ -n $(echo $SCRIPT | grep ".p5m$") ]]; then
7878
echo "Found a manifest file. Preparing it for publishing."
79-
sed -e "s/@PKGPUBLISHER@/$PKGPUBLISHER/g" < $SCRIPT > $SCRIPT.final
79+
sed -e "s/@PKGPUBLISHER@/$PKGPUBLISHER/g; s/@PVER@/$PVER/g;" < $SCRIPT > $SCRIPT.final
8080
if [[ -f root.tar.bz2 ]]; then
8181
echo "File archive found. Extracting..."
8282
bzip2 -dc root.tar.bz2 | tar xf - || \

build/release/.gitignore

-1
This file was deleted.

build/studio/environment

-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
PKGSRVR=PRIVATE
2-
PKGPUBLISHER=PRIVATE
31
PKGROOT=/

build/studio/sunstudio12.1.p5m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set name=pkg.fmri value=pkg://@PKGPUBLISHER@/developer/[email protected],5.11-1:20110928T020752Z
1+
set name=pkg.fmri value=pkg://@PKGPUBLISHER@/developer/[email protected],5.11-@PVER@:20110928T020752Z
22
set name=pkg.summary value="sunstudio - Sun Studio"
33
set name=pkg.descr value="sunstudio - Sun Studio (12.1)"
44
set name=publisher [email protected]

0 commit comments

Comments
 (0)