wok diff leafpad/receipt @ rev 12110

Up tazpanel 1.4.4
author Christian Mesh meshca@clarkson.edu
date Mon Mar 12 16:12:16 2012 +0000 (2012-03-12)
parents 7fb09aed8649
children 705fe5fc7554
line diff
     1.1 --- a/leafpad/receipt	Tue Jan 24 21:57:18 2012 +0100
     1.2 +++ b/leafpad/receipt	Mon Mar 12 16:12:16 2012 +0000
     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  }