libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit e1e31f5c1b9927a036ae47bc6a8a17850918717e
parent 03006361207165006698f1e7df30bfc6fb2a10c8
Author: Heikki Lindholm <holin@iki.fi>
Date:   Tue, 30 Dec 2008 15:54:12 +0000

not used anymore


Diffstat:
Mcontrib/macosx/build-osx-framework.sh | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/contrib/macosx/build-osx-framework.sh b/contrib/macosx/build-osx-framework.sh @@ -730,10 +730,6 @@ install_file_to_framework 'share/info/dir' install_file_to_framework 'share/info/extractor.info' install_file_to_framework 'share/man/man1/extract.1' install_file_to_framework 'share/man/man3/libextractor.3' -for tfn in $(find ./share/locale -name 'libextractor*') -do - install_file_to_framework "$tfn" -done cd "${ORIG_DIR}" copy_file_to_framework "./contrib/macosx/Info.plist" "Resources/Info.plist" fill_framework_revision "Resources/Info.plist"