Operating System - HP-UX
1753937 Members
10094 Online
108811 Solutions
New Discussion юеВ

Re: create empty directory as part of swinstall

 
Ganesh Balraman
Regular Advisor

create empty directory as part of swinstall

Hi Experts,

We have created a new package using swpackage.
The psf file includes all details and the swinstall also completes succesfully.

BUt we are struck with one issue.

One empty directory needs to be created as part of this install.

What string needs to be included in psf for empty directory to getting created.

Thanks in advance....
Ganesh
4 REPLIES 4
Ganesan R
Honored Contributor

Re: create empty directory as part of swinstall

Why not mkdir ?
Best wishes,

Ganesh.
Ganesh Balraman
Regular Advisor

Re: create empty directory as part of swinstall

mkdir placed in psf file .

Package is getting created.but directory is not getting created after swinstall.
Ashish Parashar
Frequent Advisor

Re: create empty directory as part of swinstall

you have to create it mannualy ,I would always prefer command line to create MCSG stuff .....

Regards

Ashish
Bob E Campbell
Honored Contributor

Re: create empty directory as part of swinstall

You can either create it via script or by delivery. I recommend creating a configure script as someday that will be your next packaging question.

Look at swpackage(4) for details.