From b688d9bd2f271ceb5f895c1417647ddf91271607 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 12 Aug 2012 22:59:42 +0000 Subject: [PATCH] gzip: use relative symlinks in postinstall SVN-Revision: 33153 --- utils/gzip/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/gzip/Makefile b/utils/gzip/Makefile index e185f6679..12943fb08 100644 --- a/utils/gzip/Makefile +++ b/utils/gzip/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gzip PKG_VERSION:=1.4 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/gzip @@ -44,7 +44,7 @@ endef define Package/gzip/postinst #!/bin/sh for app in gunzip gzip zcat; do - ln -sf $${IPKG_INSTROOT}/usr/bin/$$app $${IPKG_INSTROOT}/bin/$$app + ln -sf ../usr/bin/$$app $${IPKG_INSTROOT}/bin/$$app done endef -- 2.30.2