diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/lxde/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/lxde/Pkgfile b/extra/lxde/Pkgfile index 5c0dc93fd..9fca54a59 100644 --- a/extra/lxde/Pkgfile +++ b/extra/lxde/Pkgfile @@ -2,7 +2,7 @@ # URL: http://lxde.org # Maintainer: NuTyX core team # Packager: geantbrun at gmail dot com -# Depends on: gestpkg, wicd, pcmanfm obconf lxterminal lxtask lxsession lxrandr lxpanel lxshortcut lxnm lxde-common lxappearance lxlauncher menu-cache alsa-utils alsa-oss dbus-glib leafpad shared-mime-info startup-notification gpicview hicolor-icon-theme lxmenu-data ktsuss firefox gdm +# Depends on: gestpkg, wicd, pcmanfm obconf lxterminal lxtask lxsession lxrandr lxpanel lxshortcut lxnm lxde-common lxappearance lxlauncher menu-cache alsa-utils alsa-oss dbus-glib leafpad shared-mime-info startup-notification gpicview hicolor-icon-theme lxmenu-data firefox name=lxde @@ -13,5 +13,5 @@ source=(lxde.desktop) build() { mkdir -p $PKG/usr install -D -m644 lxde.desktop \ -$PKG/$GNOME_PREFIX/share/xsessions/lxde.desktop +$PKG/usr/share/xsessions/lxde.desktop } |