1
0
forked from ports/opt

openbox: install the desktop file in the right directory

This commit is contained in:
Tilman Sauerbeck 2006-08-27 12:38:18 +00:00
parent 9ddd9cbcb4
commit 6b520953de
2 changed files with 7 additions and 2 deletions

View File

@ -38,9 +38,10 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/obparser-3.0.pc
-rw-r--r-- root/root usr/lib/pkgconfig/obrender-3.0.pc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/openbox.desktop
drwxr-xr-x root/root usr/share/gnome/
drwxr-xr-x root/root usr/share/gnome/wm-properties/
-rw-r--r-- root/root usr/share/gnome/wm-properties/openbox.desktop
drwxr-xr-x root/root usr/share/openbox/
-rw-r--r-- root/root usr/share/openbox/menu.xsd
-rw-r--r-- root/root usr/share/openbox/rc.xsd

View File

@ -5,7 +5,7 @@
name=openbox
version=3.3
release=1
release=2
source=(http://www.icculus.org/$name/releases/$name-$version.tar.gz)
build() {
@ -15,4 +15,8 @@ build() {
make
make DESTDIR=$PKG install
install -d $PKG/usr/share/applications
mv $PKG/usr/share/gnome/wm-properties/openbox.desktop \
$PKG/usr/share/applications
}