Fixed Red Eclipse .desktop file.

This commit is contained in:
Adrián Chaves Fernández (Gallaecio) 2011-08-22 08:46:59 +00:00
parent 0046333739
commit 828c5ac062

View File

@ -48,6 +48,8 @@ package() {
-e 's/Version=1\.1/Version=1\.0/' \
-e 's|Icon=redeclipse|Icon=/usr/share/pixmaps/redeclipse|' \
-e 's/a\./a/' \
-e "s#Exec=bin/reclient -r#Exec=$pkgname#" \
-e "/Path=*/d" \
src/install/nix/$pkgname.desktop
install -Dm644 src/install/nix/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop