diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-13 01:45:05 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-13 01:45:05 +0200 |
commit | a6629b7cf2858c57afd64b08f561a1261875b7c6 (patch) | |
tree | 1ee063b3531705a2f070b38b5f4fc801a8357eb9 /extra/pango/Pkgfile | |
parent | 3a0ce3ad56ff71ff5240c492328bb48a051691e5 (diff) | |
download | nutyx-pakxe-a6629b7cf2858c57afd64b08f561a1261875b7c6.tar.gz nutyx-pakxe-a6629b7cf2858c57afd64b08f561a1261875b7c6.tar.bz2 nutyx-pakxe-a6629b7cf2858c57afd64b08f561a1261875b7c6.tar.xz nutyx-pakxe-a6629b7cf2858c57afd64b08f561a1261875b7c6.zip |
pango correction Pkgfile et footprint
Diffstat (limited to 'extra/pango/Pkgfile')
-rwxr-xr-x | extra/pango/Pkgfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/pango/Pkgfile b/extra/pango/Pkgfile index 70280be3b..89504251e 100755 --- a/extra/pango/Pkgfile +++ b/extra/pango/Pkgfile @@ -21,5 +21,7 @@ build() { make DESTDIR=$PKG install rm -rf $PKG/usr/share/gtk-doc install -m644 ../pango.modules $PKG/etc/pango/ + rm -rf $PKG/usr/lib/girepository-1.0 + rm -rf $PKG/usr/share/gir-1.0/ } |