wok diff leafpad/receipt @ rev 11801

syslinux: fix ifmem.c
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 25 11:52:40 2012 +0100 (2012-02-25)
parents 7fb09aed8649
children 705fe5fc7554
line diff
     1.1 --- a/leafpad/receipt	Tue Jan 24 21:57:18 2012 +0100
     1.2 +++ b/leafpad/receipt	Sat Feb 25 11:52:40 2012 +0100
     1.3 @@ -23,7 +23,7 @@
     1.4      	--disable-print \
     1.5      	$CONFIGURE_ARGS &&
     1.6      make &&
     1.7 -    make DESTDIR=$PWD/_pkg install &&
     1.8 +    make DESTDIR=$DESTDIR install &&
     1.9      # no xpm (5 ko)
    1.10      rm _pkg/usr/share/pixmaps/*.xpm
    1.11  }
    1.12 @@ -31,7 +31,6 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -    mkdir -p $fs/usr/share/applications
    1.17 +    mkdir -p $fs/usr
    1.18      cp -a $_pkg/usr/bin $fs/usr
    1.19 -    cp -a $stuff/leafpad.desktop $fs/usr/share/applications
    1.20  }