diff --git a/core/make/build b/core/make/build index 90fc7746..8c650b61 100755 --- a/core/make/build +++ b/core/make/build @@ -1,8 +1,7 @@ #!/bin/sh -e ./configure \ - --prefix=/usr \ - --disable-nls + --prefix=/usr make make DESTDIR="$1" install