projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eebacf2
)
[packages] perl: use a relative symlink to the versioned perl executable (closes...
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 19 Apr 2010 04:12:21 +0000
(
04:12
+0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 19 Apr 2010 04:12:21 +0000
(
04:12
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21014
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
lang/perl/Makefile
patch
|
blob
|
history
diff --git
a/lang/perl/Makefile
b/lang/perl/Makefile
index
a54ca87
..
67eba98
100644
(file)
--- a/
lang/perl/Makefile
+++ b/
lang/perl/Makefile
@@
-160,7
+160,7
@@
endef
define Package/perl/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/perl$(PKG_VERSION) $(1)/usr/bin
- ln -
f $(1)/usr/bin/
perl$(PKG_VERSION) $(1)/usr/bin/perl
+ ln -
nsf
perl$(PKG_VERSION) $(1)/usr/bin/perl
endef
ifneq ($(CONFIG_PACKAGE_microperl),)