wok-current rev 9488
Fixed libglade to make sure libglade-convert is in DESTDIR/usr/bin folder.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Apr 05 12:33:43 2011 +0000 (2011-04-05) |
parents | 70c50cf7bbf2 |
children | 054541cbfad4 |
files | libglade/receipt |
line diff
1.1 --- a/libglade/receipt Tue Apr 05 12:15:41 2011 +0000 1.2 +++ b/libglade/receipt Tue Apr 05 12:33:43 2011 +0000 1.3 @@ -15,14 +15,11 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure \ 1.8 - --prefix=/usr \ 1.9 - --infodir=/usr/share/info \ 1.10 - --mandir=/usr/share/man \ 1.11 - --with-html-dir=/usr/share/doc \ 1.12 - $CONFIGURE_ARGS && 1.13 + ./configure && 1.14 make && 1.15 - make DESTDIR=$PWD/_pkg install 1.16 + make DESTDIR=$DESTDIR install 1.17 + mkdir -p $DESTDIR/usr/bin 1.18 + [ -f libglade-convert ] && cp -a libglade-convert $DESTDIR/usr/bin 1.19 } 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg.