Skip to content
Snippets Groups Projects
Commit 8a9bb017 authored by André Santos's avatar André Santos
Browse files

[project @ 1997-10-03 15:53:46 by andre]

perl not being added to scripts' top line
parent d02e2094
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ config-pkgs ::
echo "Creating a configured version of $$i .."; \
$(RM) bin/$(platform)/$(package)-$(version)/$$i.bak; \
test -f bin/$(platform)/$(package)-$(version)/$$i && $(MV) bin/$(platform)/$(package)-$(version)/$$i bin/$(platform)/$(package)-$(version)/$$i.bak; \
echo "#! $(PERL)" > $$i.tmp ; > bin/$(platform)/$(package)-$(version)/$$i ; \
echo "#! $(PERL)" > bin/$(platform)/$(package)-$(version)/$$i ; \
echo $$"bindir='$(bindir)';" >> bin/$(platform)/$(package)-$(version)/$$i ; \
echo $$"libdir='$(real_libdir)';" >> bin/$(platform)/$(package)-$(version)/$$i ; \
echo $$"libexecdir='$(real_libdir)';" >> bin/$(platform)/$(package)-$(version)/$$i ; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment