# # # patch "devl-install" # from [2e34b6a5ff2d7616a61b65b660aa6b0d942438ef] # to [5e0dd67c5d937cc7e558bdbdbb31a5672ce4b4a3] # ============================================================ --- devl-install 2e34b6a5ff2d7616a61b65b660aa6b0d942438ef +++ devl-install 5e0dd67c5d937cc7e558bdbdbb31a5672ce4b4a3 @@ -173,7 +173,7 @@ use IO::File; # Link in the help files. system("mkdir -p share/gnome/help/mtn-browse ; " - . "ln -s locale/help/C share/gnome/help/mtn-browse/."); + . "ln -s `pwd`/locale/help/C share/gnome/help/mtn-browse/."); exit(0);