summaryrefslogtreecommitdiff
path: root/openbox/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/Pkgfile')
-rw-r--r--openbox/Pkgfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/openbox/Pkgfile b/openbox/Pkgfile
index b146cc903..c68016444 100644
--- a/openbox/Pkgfile
+++ b/openbox/Pkgfile
@@ -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
}

Generated by cgit