Commit 95929b8a authored by Mike Gabriel's avatar Mike Gabriel

no bashisms in package scripts

parent 9b17e8a9
...@@ -23,7 +23,7 @@ case "$1" in ...@@ -23,7 +23,7 @@ case "$1" in
### FIXME: this is a work-around while we have not implemented ### FIXME: this is a work-around while we have not implemented
### multiarch support into the Debian source package of ### multiarch support into the Debian source package of
### nx-libs. ### nx-libs.
if dpkg-architecture -qDEB_BUILD_MULTIARCH &>/dev/null; then if dpkg-architecture -qDEB_BUILD_MULTIARCH 1>/dev/null 2>/dev/null; then
rm -f /usr/lib/nx/X11/Xinerama/libNX_X11.so.6 rm -f /usr/lib/nx/X11/Xinerama/libNX_X11.so.6
rm -f /usr/lib/nx/X11/Xinerama/libNX_Xext.so.6 rm -f /usr/lib/nx/X11/Xinerama/libNX_Xext.so.6
libdir=/usr/lib/$(dpkg-architecture -qDEB_BUILD_MULTIARCH) libdir=/usr/lib/$(dpkg-architecture -qDEB_BUILD_MULTIARCH)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment