On 01/22/10 02:52 PM, Mr. Ashley Morgan wrote:
When I run the following script to install the pkg in the repository************************************************* for i in `cat opensol.index` do pkg=`echo $i|awk -F/ '{print $2}' |awk -F@ '{print $1}'` echo import $pkg $i trans=`pkgsend -s http://localhost:1000 open $i` $trans pkgsend -s http://localhost:1000 include -d $pkg $pkg/manifest pkgsend -s http://localhost:1000 close done ********************************************* source: http://opensolaris.org/jive/thread.jspa?threadID=91113 I get the follwing errors: "end: include: [Errno 2] no such file or directory: '/manifest'"
I don't think you want "$pkg/manifest", just "manifest", if you're using -d. -- Shawn Walker _______________________________________________ indiana-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/indiana-discuss
