forked from mirrors/nixpkgs
The OpenOffice.org icons should work now. I really mean it this time
svn path=/nixpkgs/trunk/; revision=17854
This commit is contained in:
parent
702871ef25
commit
d72c439a26
|
@ -83,7 +83,7 @@ installPhase() {
|
|||
do
|
||||
chmod 644 $appl # What's wrong with the file permissions?
|
||||
sed -i '/Icon/d' $appl
|
||||
echo "Icon=`echo $appl | sed 's/.desktop//'`" >> $appl
|
||||
echo "Icon=$(echo $(basename $appl) | sed 's/.desktop//')" >> $appl
|
||||
done
|
||||
|
||||
# Copy icons so that the menu items in KDE and GNOME will look much nicer
|
||||
|
|
Loading…
Reference in a new issue