From 2e4184ad5f875d3d0be479c05d020fd3d3947483 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 8 Sep 2006 22:30:15 +0000 Subject: [PATCH] fix tor postinst script SVN-Revision: 4776 --- net/tor/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/tor/Makefile b/net/tor/Makefile index 7a6012a1ca..6cdac91f94 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -50,8 +50,8 @@ id=52 # do not change below # # check if we are on real system -# if [ -z "$${IPKG_INSTROOT}" ]; then -# # create copies of passwd and group, if we use squashfs +if [ -z "$${IPKG_INSTROOT}" ]; then + # create copies of passwd and group, if we use squashfs rootfs=`mount |awk '/root/ { print $$5 }'` if [ "$$rootfs" = "squashfs" ]; then if [ -h /etc/group ]; then -- 2.30.2