3
0
Fork 0
forked from mirrors/nixpkgs

remove GNUism

svn path=/nixpkgs/branches/stdenv-updates/; revision=19504
This commit is contained in:
Armijn Hemel 2010-01-17 21:52:11 +00:00
parent e68a8a9575
commit aec137add1

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
# compatibility links from the the "normal" libraries to the
# wide-character libraries (e.g. libncurses.so to libncursesw.so).
postInstall = if unicode then ''
chmod -v 644 $out/lib/libncurses++w.a
chmod 644 $out/lib/libncurses++w.a
for lib in curses ncurses form panel menu; do
if test -e $out/lib/lib''${lib}w.a; then
rm -vf $out/lib/lib$lib.so