diff options
author | sibelle <lesibel@free.fr> | 2010-02-21 22:00:26 +0100 |
---|---|---|
committer | sibelle <lesibel@free.fr> | 2010-02-21 22:00:26 +0100 |
commit | c5d715b08fd32a7ece40b6197d8900bc85fdf84c (patch) | |
tree | ac5f0b9305ffdbd8921824ebd5cfb8cc783cce1e /xfce/parole | |
parent | 2e9a6c0466397dcf061b7187fa7edb4ae4e91a48 (diff) | |
parent | dcb6f5f945b2bace3a3661f4ea0a1d6fb94a28b6 (diff) | |
download | nutyx-extra-c5d715b08fd32a7ece40b6197d8900bc85fdf84c.tar.gz nutyx-extra-c5d715b08fd32a7ece40b6197d8900bc85fdf84c.tar.bz2 nutyx-extra-c5d715b08fd32a7ece40b6197d8900bc85fdf84c.tar.xz nutyx-extra-c5d715b08fd32a7ece40b6197d8900bc85fdf84c.zip |
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'xfce/parole')
-rw-r--r-- | xfce/parole/.footprint | 6 | ||||
-rw-r--r-- | xfce/parole/Pkgfile | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/xfce/parole/.footprint b/xfce/parole/.footprint index 696ae77a7..cd18634e1 100644 --- a/xfce/parole/.footprint +++ b/xfce/parole/.footprint @@ -12,9 +12,9 @@ drwxr-xr-x root/root usr/include/parole/ -rw-r--r-- root/root usr/include/parole/parole-stream.h -rw-r--r-- root/root usr/include/parole/parole.h drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/mozilla/ -drwxr-xr-x root/root usr/lib/mozilla/plugins/ --rwxr-xr-x root/root usr/lib/mozilla/plugins/parole-player.so +drwxr-xr-x root/root usr/lib/firefox/ +drwxr-xr-x root/root usr/lib/firefox/plugins/ +-rwxr-xr-x root/root usr/lib/firefox/plugins/parole-player.so drwxr-xr-x root/root usr/lib/parole-0/ -rwxr-xr-x root/root usr/lib/parole-0/power-manager-plugin.la -rwxr-xr-x root/root usr/lib/parole-0/power-manager-plugin.so diff --git a/xfce/parole/Pkgfile b/xfce/parole/Pkgfile index 0f8177490..7f2cb8c88 100644 --- a/xfce/parole/Pkgfile +++ b/xfce/parole/Pkgfile @@ -18,4 +18,6 @@ cd $name-$version --disable-static make make DESTDIR=$PKG install + cd $PKG/usr/lib + mv mozilla firefox } |