projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c24731b
)
fix tor postinst script
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 8 Sep 2006 22:30:15 +0000
(22:30 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 8 Sep 2006 22:30:15 +0000
(22:30 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4776
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/tor/Makefile
patch
|
blob
|
history
diff --git
a/net/tor/Makefile
b/net/tor/Makefile
index
7a6012a
..
6cdac91
100644
(file)
--- 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