Changeset 1546 in ProjectBuilder for devel/pb/bin
- Timestamp:
- May 16, 2012, 2:42:03 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/bin/pb
r1545 r1546 1442 1442 chdir "$pbpkg-$pbver$pbextdir" || die "Unable to chdir to $pbpkg-$pbver$pbextdir"; 1443 1443 pb_rm_rf("debian"); 1444 symlink "pbconf/$pbos->{'name'}-$pbos->{'version'}-$pbos->{'arch'}","debian" || die "Unable to symlink to pbconf/$pbos->{'name'}-$pbos->{'version'}-$pbos->{'arch'}"; 1444 my $confdir = "pbconf/$pbos->{'name'}-$pbos->{'version'}-$pbos->{'arch'}"; 1445 die "Configuration directory $confdir is not a directory" if (not -d $confdir); 1446 symlink "$confdir","debian" || die "Unable to symlink 'debian' to $confdir"; 1445 1447 chmod 0755,"debian/rules"; 1446 1448 … … 1455 1457 $debsrcfmt = pb_get_content($debsrcfile); 1456 1458 } 1457 1459 1458 1460 if ($debsrcfmt =~ /^3.*quilt/) { 1459 1461 # If we use quilt to manage patches, we then setup the env correctly … … 2712 2714 } 2713 2715 2716 print SCRIPT q{echo "********** Successful exit of script $$ *********************"}, "\n"; 2714 2717 close(SCRIPT); 2715 2718 chmod 0755,"$ENV{'PBDESTDIR'}/pbscript.$$";
Note:
See TracChangeset
for help on using the changeset viewer.