thenktor wrote:gapan wrote:Here's the package: http://pnboy.pinguix.com/gapan/salix/fl ... 64-1gv.txz
Works for me

--- SLKBUILD 2011-07-14 14:38:50.000000000 +0100
+++ SLKBUILD.new 2011-07-15 13:26:41.905873050 +0100
@@ -31,5 +31,9 @@
cd $startdir/pkg/usr/lib${LIBDIRSUFFIX}/mozilla/plugins
ln -s /usr/lib${LIBDIRSUFFIX}/flashplugin/libflashplayer.so libflashplayer.so
)
+ install -d $startdir/pkg/usr/{bin,share}
+ install -m 755 usr/bin/flash-player-properties $startdir/pkg/usr/bin/
+ cp -a usr/share/{applications,icons} $startdir/pkg/usr/share/
+ find $startdir/pkg/usr/share -type f -exec chmod 644 {} \;
chown -R root:root $startdir/pkg
}gapan wrote:Here's the package: http://pnboy.pinguix.com/gapan/salix/fl ... 64-1gv.txz
Included pwatk's patch for the settings tool in this one too.