openbox: install the desktop file in the right directory
This commit is contained in:
parent
9ddd9cbcb4
commit
6b520953de
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user