openbox: revert r1781 cause i'm stupid. thanks maro

This commit is contained in:
Tilman Sauerbeck 2006-08-29 16:27:08 +00:00
parent 4c73944a0c
commit d4ae683f91
2 changed files with 2 additions and 7 deletions

View File

@ -38,10 +38,9 @@ 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=2
release=3
source=(http://www.icculus.org/$name/releases/$name-$version.tar.gz)
build() {
@ -15,8 +15,4 @@ 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
}