diff options
author | Jay Freeman <saurik@saurik.com> | 2009-08-15 09:06:30 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2009-08-15 09:06:30 +0000 |
commit | 9f7df9aa2a95a1596149ca5d98aa695ad203d449 (patch) | |
tree | 829dc9e21100554d03f5ca1db9b88d41ad6dc10a /data/gettext/make.sh | |
parent | 3bd91812f630f9be5b22117a0f2cf9923c1260db (diff) |
Various things I forgot to commit.
git-svn-id: http://svn.telesphoreo.org/trunk@673 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/gettext/make.sh')
-rw-r--r-- | data/gettext/make.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/gettext/make.sh b/data/gettext/make.sh index feae4d636..d659e54e9 100644 --- a/data/gettext/make.sh +++ b/data/gettext/make.sh @@ -1,4 +1,5 @@ pkg:setup pkg:configure --disable-java --without-libintl-prefix -make +pkg:make pkg:install +pkg: rm -rf /usr/share |