Huh. Fetch setuid-root.pl.in from srcdir instead.

svn path=/trunk/; revision=22754
This commit is contained in:
Stig Bjørlykke 2007-08-30 15:44:59 +00:00
parent 147e5afa74
commit debdff77c4
1 changed files with 1 additions and 2 deletions

View File

@ -97,7 +97,6 @@ EXTRA_DIST = \
netscreen2dump.py \
pkt-from-core.py \
runlex.sh \
setuid-root.pl.in \
unix2dos.pl \
win32-setup.sh \
wireshark_be.py \
@ -110,7 +109,7 @@ setuid-root.pl: setuid-root.pl.in Makefile
-e 's,@BIN_PREFIX\@,$(bindir),' \
-e 's,@TSHARK_BIN\@,$(tshark_bin)$(EEXT),' \
-e 's,@DUMPCAP_BIN\@,$(dumpcap_bin)$(EEXT),' \
< setuid-root.pl.in > setuid-root.pl
< $(srcdir)/setuid-root.pl.in > setuid-root.pl
chmod +x setuid-root.pl
MAINTAINERCLEANFILES = \