[packages] perl: use a relative symlink to the versioned perl executable (closes: #6909)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21014 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
eebacf2e3a
commit
908ba6b3fb
@ -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),)
|
||||
|
Loading…
x
Reference in New Issue
Block a user