aboutsummaryrefslogtreecommitdiff
path: root/debian/post-build-nx.sh
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2012-03-01 21:12:54 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2012-03-01 21:12:54 +0100
commita71cebf0418d1d2c4fbc1012957bf1f1b54742cc (patch)
treef49d87707d2e62950f561f5e06a7782527a18d28 /debian/post-build-nx.sh
parent22d41ae20a02f10f7dd4245e426c0a007d42710c (diff)
downloadnx-libs-a71cebf0418d1d2c4fbc1012957bf1f1b54742cc.tar.gz
nx-libs-a71cebf0418d1d2c4fbc1012957bf1f1b54742cc.tar.bz2
nx-libs-a71cebf0418d1d2c4fbc1012957bf1f1b54742cc.zip
Provide temporary workaround for installation on Debian 64bit with multiarch support.
Diffstat (limited to 'debian/post-build-nx.sh')
-rwxr-xr-xdebian/post-build-nx.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/post-build-nx.sh b/debian/post-build-nx.sh
index 2d1f8d27e..94f18ac3c 100755
--- a/debian/post-build-nx.sh
+++ b/debian/post-build-nx.sh
@@ -20,8 +20,6 @@ find nx-X11/exports/lib/ | egrep "^.*\.so$" | while read libpath; do
find $libdir/$libfile.* | while read symlink; do
ln -s $libfile ${libdir//exports/.build-exports}/$(basename $symlink)
done
-
-
done
exit 0