wok rev 4212

orage: fix FSH
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 24 10:15:36 2009 +0200 (2009-09-24)
parents 8fdb3bb3dff8
children fc6f47bb6e06
files orage/receipt
line diff
     1.1 --- a/orage/receipt	Thu Sep 24 10:11:31 2009 +0200
     1.2 +++ b/orage/receipt	Thu Sep 24 10:15:36 2009 +0200
     1.3 @@ -19,6 +19,7 @@
     1.4                  --prefix=/usr \
     1.5                  --enable-dbus \
     1.6                  --enable-libnotify \
     1.7 +		--libexecdir=/usr/lib/$PACKAGE \
     1.8                  $CONFIGURE_ARGS &&
     1.9          make && make DESTDIR=$PWD/_pkg install
    1.10  }
    1.11 @@ -28,7 +29,7 @@
    1.12  {
    1.13          mkdir -p $fs/usr/share
    1.14          cp -a $_pkg/usr/bin $fs/usr
    1.15 -        cp -a $_pkg/usr/libexec $fs/usr
    1.16 +        cp -a $_pkg/usr/lib $fs/usr
    1.17          cp -a $_pkg/usr/share/applications $fs/usr/share
    1.18          cp -a $_pkg/usr/share/xfce4 $fs/usr/share
    1.19          cp -a $_pkg/usr/share/orage $fs/usr/share