mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
fix up a couple paths
This commit is contained in:
parent
4a2a54cd68
commit
dab21ae3b1
@ -132,9 +132,6 @@ while(@bins) {
|
||||
if ($filename eq "smbpasswd") {
|
||||
print IDB "f 0755 root sys usr/samba/bin/$filename $SRCPFX/source/$nextfile $PKG.sw.base \n";
|
||||
}
|
||||
elsif ($filename eq "findsmb") {
|
||||
print IDB "f 0755 root sys usr/samba/bin/$filename $SRCPFX/packaging/SGI/$filename $PKG.sw.base\n";
|
||||
}
|
||||
elsif ($filename eq "swat") {
|
||||
print IDB "f 4755 root sys usr/samba/bin/$filename $SRCPFX/source/$nextfile $PKG.sw.base preop(\"chroot \$rbase /etc/init.d/samba stop\") exitop(\"chroot \$rbase /usr/samba/scripts/startswat.sh\") removeop(\"chroot \$rbase /sbin/cp /etc/inetd.conf /etc/inetd.conf.O ; chroot \$rbase /sbin/sed -e '/^swat/D' -e '/^#SWAT/D' /etc/inetd.conf.O >/etc/inetd.conf; /etc/killall -HUP inetd || true\")\n";
|
||||
}
|
||||
@ -371,8 +368,8 @@ sub get_line {
|
||||
substr($line,$cont,1) = $_;
|
||||
}
|
||||
$line =~ s/\$\(EXEEXT\)/$EXEEXT/g;
|
||||
$line =~ s/\$\(srcdir\)/$srcdir/g;
|
||||
$line =~ s/\$\(builddir\)/$builddir/g;
|
||||
$line =~ s/\$\(srcdir\)//g;
|
||||
$line =~ s/\$\(builddir\)//g;
|
||||
$line =~ s/\$\(\S*\)\s*//g;
|
||||
$line =~ s/\s\s*/ /g;
|
||||
@line = split(' ',$line);
|
||||
|
Loading…
x
Reference in New Issue
Block a user