[Lunar-commits] <moonbase> libwww-perl: Install HEAD/GET/POST aliases.

Florin Braescu florin at lunar-linux.org
Sun Oct 24 09:14:02 CEST 2010


commit 2ef34f5b0a65a30d1b78c8d9b4ada684b8e93e76
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Oct 24 10:14:02 2010 +0300

    libwww-perl: Install HEAD/GET/POST aliases.
    
    Submitted by Auke Kok.
---
 perl/libwww-perl/BUILD |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/perl/libwww-perl/BUILD b/perl/libwww-perl/BUILD
index c11ca00..c769cf4 100644
--- a/perl/libwww-perl/BUILD
+++ b/perl/libwww-perl/BUILD
@@ -1,6 +1,9 @@
 (
 
-  perl  Makefile.PL  &&
-  default_make
+  perl Makefile.PL  &&
+  default_make      &&
+  ln -s lwp-request /usr/bin/GET   &&
+  ln -s lwp-request /usr/bin/HEAD  &&
+  ln -s lwp-request /usr/bin/POST
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list