summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-02-17 13:05:05 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-02-17 13:05:05 +0000
commita3a706a1d0f2aef831c8a469504c21cc2e7bf44c (patch)
treed87d2424676ad8b700b4e6e1f7f3861106841684
parenta0a9db6f7c221bdc0e8c2993ac1d667b56df9f2d (diff)
downloadfhs-dirs-a3a706a1d0f2aef831c8a469504c21cc2e7bf44c.tar.gz
create-fhs-dirs: remove lib64 symlinks
real dirs got built somehow and they can't be replaced with symlinks
-rwxr-xr-xcreate-fhs-dirs4
1 files changed, 0 insertions, 4 deletions
diff --git a/create-fhs-dirs b/create-fhs-dirs
index 819c091..fdab461 100755
--- a/create-fhs-dirs
+++ b/create-fhs-dirs
@@ -88,10 +88,6 @@ do
install -d -o "$owner" -g "$group" -m "$perms" "$target/$dirname"
done
-# Add stupid lib64 symlinks.
-ln -s lib "$target/lib64"
-ln -s lib "$target/usr/lib64"
-
# Fix permissions and ownerships for some special cases.
chown "$owner:$group" "$target/."
chmod "$perms" "$target/."