diff options
author | Reginald Kennedy <rk@rejii.com> | 2012-12-18 21:42:19 -0600 |
---|---|---|
committer | Dave Collins <davec@conformal.com> | 2012-12-18 21:42:19 -0600 |
commit | c86951009a4d3c682e04bd51c7d98eaa30d4d1f5 (patch) | |
tree | 17f85f2abb7f4dec04d6a5acc0217021c44aed9c /Makefile | |
parent | 5639a6bdb111baa5157200e2ad739f3c4f293a3d (diff) | |
download | xombrero-c86951009a4d3c682e04bd51c7d98eaa30d4d1f5.tar.gz |
Add install of $(PREFIX)/share/applications to Makefile.
This fixes issues when installing to a clean path such as with package creation.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 186141b..57584b9 100644 --- a/Makefile +++ b/Makefile @@ -58,6 +58,7 @@ beforeinstall: install -m 755 -d ${PREFIX}/bin install -m 755 -d ${PREFIX}/man/man1/ install -m 755 -d ${PREFIX}/share/xombrero + install -m 755 -d ${PREFIX}/share/applications install -m 644 $(.CURDIR)/xombrero.css ${PREFIX}/share/xombrero install -m 644 $(.CURDIR)/xombrero.desktop ${PREFIX}/share/applications install -m 644 ${.CURDIR}/xombreroicon.png ${PREFIX}/share/xombrero |