summaryrefslogtreecommitdiff
path: root/repo/core/gettext.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/core/gettext.xibuild')
-rw-r--r--repo/core/gettext.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/core/gettext.xibuild b/repo/core/gettext.xibuild
index b1f27c3..e0f6d37 100644
--- a/repo/core/gettext.xibuild
+++ b/repo/core/gettext.xibuild
@@ -9,9 +9,9 @@ build () {
./configure --prefix=/usr --disable-static --docdir=/usr/share/doc/gettext-0.21
make
make check
- make DESTDIR=$PKG_DEST install
}
package () {
+ make DESTDIR=$PKG_DEST install
chmod -v 0755 $PKG_DEST/usr/lib/preloadable_libintl.so
}