symlink question
"Filip Rembiałkowski" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.extutils-makemaker.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi
I have a module which has EXE_FILES and installs them OK.
I have another module which should install a symlink to the binary
from first module.
Is this possible with MakeMaker?
In normal Makefile I would just create a rule for symlinking, like this
$(PREFIX)/bin/myprogname: $(PREFIX)/bin/myprog
$(LN) -s $(PREFIX)/bin/myprog $(PREFIX)/bin/myprogname
--
Filip Rembiałkowski